[phpwebapp-commits] CVS: documentation/codedoc generate-code-doc.sh,1.1,1.2
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2005-11-12 12:04:52
|
Update of /cvsroot/phpwebapp/documentation/codedoc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29366/codedoc Modified Files: generate-code-doc.sh Log Message: Index: generate-code-doc.sh =================================================================== RCS file: /cvsroot/phpwebapp/documentation/codedoc/generate-code-doc.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** generate-code-doc.sh 2 Nov 2005 15:23:04 -0000 1.1 --- generate-code-doc.sh 12 Nov 2005 12:04:42 -0000 1.2 *************** *** 9,19 **** ./phpdoc_pdf.sh - ### create downloadable files - mkdir -p download - tar cfz download/phpwebapp-phpdocu.tar.gz phpwebapp-phpdocu/ - cp download/documentation.pdf download/phpwebapp-phpdocu.pdf - gzip download/phpwebapp-phpdocu.pdf - mv download/documentation.pdf download/phpwebapp-phpdocu.pdf - ### generate HTML and PDF documentation using doxygen rm -rf phpwebapp-doxygen --- 9,12 ---- *************** *** 23,27 **** cd ../.. ! ### create downloadable files tar cfz download/phpwebapp-doxygen.tar.gz phpwebapp-doxygen/html/ cp phpwebapp-doxygen/latex/refman.pdf download/phpwebapp-doxygen.pdf --- 16,28 ---- cd ../.. ! ### create phpDocumentor downloadable files ! rm -rf download/ ! mkdir download ! tar cfz download/phpwebapp-phpdocu.tar.gz phpwebapp-phpdocu/ ! cp download/documentation.pdf download/phpwebapp-phpdocu.pdf ! gzip download/phpwebapp-phpdocu.pdf ! mv download/documentation.pdf download/phpwebapp-phpdocu.pdf ! ! ### create doxygen downloadable files tar cfz download/phpwebapp-doxygen.tar.gz phpwebapp-doxygen/html/ cp phpwebapp-doxygen/latex/refman.pdf download/phpwebapp-doxygen.pdf |