]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/lysdoc-vars.make
Do generate PFB files explicitly, otherwise they are deleted as
[lilypond.git] / make / lysdoc-vars.make
index e6532133637deee579e3bc14f8c3d6f54433bdd6..5cbc61717c7c1274227f6ac1acb43f736847f860 100644 (file)
@@ -1,4 +1,10 @@
 TITLE=LYs Doc
 
-NAME=collated-files
 
+ifeq ($(COLLATED_FILES),)
+COLLATED_FILES = $(sort $(TEXINFO_SOURCES) $(LY_FILES) $(OUT_LY_FILES) )
+endif
+
+ifeq ($(out),test)
+LILYPOND_BOOK_FLAGS += --use-source-file-names
+endif