Fix gendoc script to include the right filename, and remove unnecessary find command

SVN revision: 10313
This commit is contained in:
xcomputerman 2004-05-22 05:07:20 +00:00 committed by xcomputerman
parent 0c9ce75244
commit 34f26b39c0
1 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,6 @@
#!/bin/sh
cp ./edje.c.in ./edje.c
for I in `find ./src/lib -name "edje.h" -print`; do
cat $I >> ./edje.c
done
cat ./src/lib/Edje.h >> ./edje.c
#for I in `find ./src/lib -name "*.c" -print`; do
# cat $I >> ./edje.c
#done