From 8c3cd90e1fe160b85f6cdd6dbf1041661269f3d5 Mon Sep 17 00:00:00 2001 From: Tim Mayberry Date: Thu, 10 Jul 2008 10:41:45 +0000 Subject: Modify the format make target to correctly find all xml files in the xml/ directory and any subdirectories git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3569 d708f5d6-7413-0410-9779-e7cbd77b26cf --- manual/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/Makefile b/manual/Makefile index d45d477679..a64394792d 100644 --- a/manual/Makefile +++ b/manual/Makefile @@ -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 -- cgit v1.2.3