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:
+2
-1
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user