Remove any backup files resulting from formatting the manual in make clean

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3570 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Tim Mayberry 2008-07-10 10:41:48 +00:00
parent 8c3cd90e1f
commit 3f9f60315e
1 changed files with 2 additions and 0 deletions

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