13
0

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:
Tim Mayberry 2007-08-19 02:45:27 +00:00
parent 0ff6c025c5
commit b4a50dd9ca

View File

@ -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