]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/GNUmakefile
* scripts/lilypond-book.py (output_dict): remove support for the
[lilypond.git] / input / regression / GNUmakefile
index 7c395aed38472558fa3de5a966d822efcef4c40a..a7e07b3f60cb1f23a46756d904827615cbed88a7 100644 (file)
@@ -4,7 +4,16 @@ STEPMAKE_TEMPLATES=documentation texinfo tex
 LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc
 LILYPOND_BOOK_FLAGS=--extra-options '-e "(ly:set-option (quote internal-type-checking) \#t)"'
 
+
 include $(depth)/make/stepmake.make 
 TITLE=LilyPond Regression Tests
 
 
+local-clean: local-delete
+
+# have to do it in 2 steps to prevent
+# argument-list too long.
+local-delete:
+       rm -f $(outdir)/lily-1*
+       rm -f $(outdir)/*
+