]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lilypond-book/GNUmakefile
Build: Run regression tests for lilypond-book (issue 2223).
[lilypond.git] / input / regression / lilypond-book / GNUmakefile
1 depth = ../../..
2
3 STEPMAKE_TEMPLATES=documentation texinfo
4 LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc lilypond-book
5
6 include $(depth)/make/stepmake.make
7
8 TITLE=lilypond-book Test Suite
9
10 COLLATED_FILES = $(OUT_FILES)
11
12 EXTRA_DIST_FILES = include.mxl
13 EXTRA_DIST_FILES += include.xml
14 EXTRA_DIST_FILES += $(call src-wildcard,*.ly)
15 EXTRA_DIST_FILES += $(call src-wildcard,*.ily)
16 EXTRA_DIST_FILES += $(call src-wildcard,*.tely)
17 EXTRA_DIST_FILES += $(call src-wildcard,*.itely)
18
19 XML_FILES = $(filter-out include%,$(call src-wildcard,*.xml))
20
21 local-test: $(OUT_FILES)
22
23 $(outdir)/collated-files.list: $(OUT_FILES)
24         echo $(sort $(OUT_FILES)) > $@
25
26 $(outdir)/suffix-texi.texi: suffix-texi.texi $(outdir)/version.itexi $(DOCUMENTATION_LOCALE_TARGET) $(INIT_LY_SOURCES) $(SCHEME_SOURCES)
27         LILYPOND_VERSION=$(TOPLEVEL_VERSION) $(PYTHON) $(LILYPOND_BOOK) $(LILYPOND_BOOK_INCLUDES) --process='$(LILYPOND_BOOK_PROCESS) $(LILYPOND_BOOK_LILYPOND_FLAGS)' --output=$(outdir) --format=$(LILYPOND_BOOK_FORMAT) $(LILYPOND_BOOK_FLAGS) --redirect-lilypond-output $<
28
29 # Prevent parallel lilypond-book instances for this subdir
30 .NOTPARALLEL: