* potential fix for rpmbuild

SVN revision: 10967
This commit is contained in:
azundris 2004-07-22 23:47:59 +00:00 committed by azundris
parent 80ae8f99fa
commit d58e160b32
1 changed files with 1 additions and 0 deletions

View File

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