]> git.donarmstrong.com Git - lilypond.git/blob - make/lysdoc-vars.make
Docs: restore CSS files in directories that use lysdoc template
[lilypond.git] / make / lysdoc-vars.make
1 TITLE=LYs Doc
2
3
4 ifeq ($(COLLATED_FILES),)
5 COLLATED_FILES = $(sort $(TEXINFO_SOURCES) $(LY_FILES) $(OUT_LY_FILES) )
6 endif
7
8 CSS_FILES = $(shell ls $(top-src-dir)/Documentation/lilypond*.css)
9 OUT_CSS_FILES = $(foreach f, $(CSS_FILES), $(outdir)/$(notdir $(f)))