change gendoc

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

View File

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