]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/GNUmakefile
* scripts/convert-ly.py (conv): dashes rule.
[lilypond.git] / input / regression / GNUmakefile
1 depth = ../..
2
3 STEPMAKE_TEMPLATES=documentation texinfo tex
4 LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc
5 LILYPOND_BOOK_FLAGS=--extra-options '-e "(ly:set-option (quote internal-type-checking) \#t)"'
6
7
8 include $(depth)/make/stepmake.make 
9 TITLE=LilyPond Regression Tests
10
11
12 local-clean: local-delete
13
14 # have to do it in 2 steps to prevent
15 # argument-list too long.
16 local-delete:
17         rm -f $(outdir)/lily-1*
18         rm -f $(outdir)/*
19