summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rw-r--r--manual/Makefile2
1 files changed, 1 insertions, 1 deletions
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