do not pass a non-zero offset to plugins AFTER the first call to connect_and_run...
[ardour.git] / manual / Makefile
index a64394792d62442b524b9f8af90f8dae97c5acd6..19085e10198c5ff62d46a31e0936ba9f429ccf42 100644 (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