Added doc dir to script too

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@112 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
gewlitys
2002-10-12 14:47:11 +00:00
parent f7a1fde9fe
commit b3e3b66b1d
+2 -1
View File
@@ -3,4 +3,5 @@ find src -type f -name "*.[ch]" -print0 | xargs -0 ./subst 's/
$//g' $//g'
find src -type f -name "Makefile.am" -print0 | xargs -0 ./subst 's/ find src -type f -name "Makefile.am" -print0 | xargs -0 ./subst 's/
$//g' $//g'
find doc -type f -print0 | xargs -0 ./subst 's/
$//g'