]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/GNUmakefile
5b51006a897f1b938e61a74da0de9cfe4f72bfc5
[lilypond.git] / input / regression / GNUmakefile
1 depth = ../..
2
3 STEPMAKE_TEMPLATES=documentation texinfo tex
4 LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc
5 LILYPOND_BOOK_FLAGS = --process="lilypond-bin --header=texidoc -I $(srcdir)/input/test -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