]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/GNUmakefile
* make/lysdoc-targets.make (local-WWW): remove ps.gz target.
[lilypond.git] / input / regression / GNUmakefile
1 depth = ../..
2
3 STEPMAKE_TEMPLATES=documentation texinfo tex
4 LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc
5
6 include $(depth)/make/stepmake.make 
7 TITLE=LilyPond Regression Tests
8
9 local-clean: local-delete
10
11 # have to do it in 2 steps to prevent
12 # argument-list too long.
13 local-delete:
14         rm -f $(outdir)/lily-1*
15         rm -f $(outdir)/*
16