remove phpdoc.sh

This commit is contained in:
Roland Gruber 2007-12-26 18:46:47 +00:00
parent 9c8a88fade
commit ac1defc7c8
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ cp lam-packaging/getVersion ./
export VERSION=`./getVersion`
# remove files which are not in the final release
rm lam/phpdoc.sh
rm -r lam/po
rm -r lam/tests
find . -name .cvsignore -exec rm {} \;