summaryrefslogtreecommitdiff
path: root/manual/Makefile
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2008-07-10 10:41:48 +0000
committerTim Mayberry <mojofunk@gmail.com>2008-07-10 10:41:48 +0000
commit3f9f60315eb92082d7d5e575c4e00d3f2aba0201 (patch)
treec5b8b8e68fe34bdc959051e18fd92b876825b3a0 /manual/Makefile
parent8c3cd90e1fe160b85f6cdd6dbf1041661269f3d5 (diff)
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
Diffstat (limited to 'manual/Makefile')
-rw-r--r--manual/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/manual/Makefile b/manual/Makefile
index a64394792d..19085e1019 100644
--- a/manual/Makefile
+++ b/manual/Makefile
@@ -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