Remove any backup files resulting from formatting the manual in make clean
git-svn-id: svn://localhost/ardour2/trunk@2331 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
0ff6c025c5
commit
b4a50dd9ca
@ -60,6 +60,8 @@ format:: test
|
||||
|
||||
clean::
|
||||
@rm -rf $(OUTDIR)
|
||||
@for file in `find xml/ -name '*.bak' -type f`; do \
|
||||
rm $$file; done
|
||||
|
||||
.PHONY : clean
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user