* rpmbuild

SVN revision: 10969
This commit is contained in:
azundris 2004-07-23 00:06:09 +00:00 committed by azundris
parent 0c7dc88afe
commit 581c097de2
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ for I in `find ./src/lib -name "*.c" -print`; do
cat $I >> ./embryo.c
done
rm -rf ./doc/html ./doc/latex ./doc/man
mkdir -p ./doc/html ./doc/latex ./doc/man
doxygen
cp doc/img/*.png doc/html/
rm -f embryo_docs.tar embryo_docs.tar.gz