]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/lysdoc-vars.make
Show how to properly support the Gonville font.
[lilypond.git] / make / lysdoc-vars.make
index a00005398918f68bd95b235f0b2359236c37d4d3..5cbc61717c7c1274227f6ac1acb43f736847f860 100644 (file)
@@ -1,4 +1,10 @@
 TITLE=LYs Doc
 
-NAME=$(notdir $(pwd))
 
+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