mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-27 17:07:40 +01:00
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
This commit is contained in:
parent
67cac4aa6e
commit
8c3cd90e1f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue