summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2007-08-19 02:45:27 +0000
committerTim Mayberry <mojofunk@gmail.com>2007-08-19 02:45:27 +0000
commitb4a50dd9ca996d5a1fa9aa2d4dbd95995460fbc6 (patch)
treebcb3bd194b1a8d719e2b2d5e6845155f4ec763d6 /manual
parent0ff6c025c5264ed01f9ff8e00a5d8dca8b83395e (diff)
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
Diffstat (limited to 'manual')
-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