X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flilypond-book%2FGNUmakefile;h=a1b4dd6b623da24108f431ffe09bf125a4bebb42;hb=6a1f558672bd534fdadc7ae559c8711c0ccb21ea;hp=a1e5bdc3b7598d568fccf7662a82737e29b89a1e;hpb=e51e7688e757431621bd3a3c3b8020aea00d31cb;p=lilypond.git diff --git a/input/regression/lilypond-book/GNUmakefile b/input/regression/lilypond-book/GNUmakefile index a1e5bdc3b7..a1b4dd6b62 100644 --- a/input/regression/lilypond-book/GNUmakefile +++ b/input/regression/lilypond-book/GNUmakefile @@ -3,8 +3,28 @@ depth = ../../.. STEPMAKE_TEMPLATES=documentation texinfo LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc lilypond-book -COLLATED_FILES = $(OUT_FILES) - include $(depth)/make/stepmake.make TITLE=lilypond-book Test Suite + +COLLATED_FILES = $(OUT_FILES) + +EXTRA_DIST_FILES = include.mxl +EXTRA_DIST_FILES += include.xml +EXTRA_DIST_FILES += $(call src-wildcard,*.ly) +EXTRA_DIST_FILES += $(call src-wildcard,*.ily) +EXTRA_DIST_FILES += $(call src-wildcard,*.tely) +EXTRA_DIST_FILES += $(call src-wildcard,*.itely) + +XML_FILES = $(filter-out include%,$(call src-wildcard,*.xml)) + +local-test: $(OUT_FILES) + +$(outdir)/collated-files.list: $(OUT_FILES) + echo $(sort $(OUT_FILES)) > $@ + +$(outdir)/suffix-texi.texi: suffix-texi.texi $(outdir)/version.itexi $(DOCUMENTATION_LOCALE_TARGET) $(INIT_LY_SOURCES) $(SCHEME_SOURCES) + 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 $< + +# Prevent parallel lilypond-book instances for this subdir +.NOTPARALLEL: