run-gendocs.sh 480 B

123456789101112131415161718
  1. #!/bin/sh
  2. make version.texi/replacement
  3. #./gendocs.sh --email gnunet-developers@gnu.org gnunet-c-tutorial "GNUnet C Tutorial" -o "manual/gnunet-c-tutorial"
  4. #cd manual
  5. #mkdir gnunet-c-tutorial
  6. #mv * gnunet-c-tutorial/
  7. #cd ..
  8. ./gendocs.sh --email gnunet-developers@gnu.org gnunet "GNUnet Reference Manual" -o "manual/gnunet"
  9. #cd manual
  10. #mkdir handbook
  11. #mkdir ../tmp-gnunet
  12. #mv gnunet ../tmp-gnunet
  13. #mv * handbook/
  14. #mv ../tmp-gnunet gnunet
  15. cp "index.html" manual/
  16. printf "Success"