SVN revision: 9044
This commit is contained in:
Carsten Haitzler 2004-02-20 08:23:24 +00:00
parent 258c266d1b
commit 3f284ecc56
1 changed files with 3 additions and 0 deletions

View File

@ -7,4 +7,7 @@ done
rm -rf ./doc/html ./doc/latex ./doc/man
doxygen
cp doc/img/*.png doc/html/
rm -f evas_docs.tar evas_docs.tar.gz
tar -cvf evas_docs.tar doc/html doc/man doc/latex
gzip -9 evas_docs.tar
exit 0