Modify the format make target to correctly find all xml files in the xml/ directory...
authorTim Mayberry <mojofunk@gmail.com>
Sun, 19 Aug 2007 02:45:24 +0000 (02:45 +0000)
committerTim Mayberry <mojofunk@gmail.com>
Sun, 19 Aug 2007 02:45:24 +0000 (02:45 +0000)
git-svn-id: svn://localhost/ardour2/trunk@2330 d708f5d6-7413-0410-9779-e7cbd77b26cf

manual/Makefile

index d45d477679eeced75209bf9e3436676ede7998c0..a64394792d62442b524b9f8af90f8dae97c5acd6 100644 (file)
@@ -51,7 +51,7 @@ test::
 .PHONY : test
 
 format:: test
-       @for file in `find xml/*.xml`; \
+       @for file in `find xml/ -name '*.xml' -type f`; \
                do xmlformat/xmlformat.pl --in-place --backup .bak \
                --config-file xmlformat/xmlformat-ardour.conf $$file; \
                done