]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/doc-i18n-user-vars.make
Translated docs: fix 'cp' error about multiple CSS files copying
[lilypond.git] / make / doc-i18n-user-vars.make
index 2170d43f40ed1b7c4b3e53a07896bfef914b60c2..8281b30d09c9ba415375e5c9f43d3bb62e6b4911 100644 (file)
@@ -2,8 +2,11 @@
 
 LANGS = $(shell $(PYTHON) $(buildscript-dir)/langdefs.py)
 
-SOURCE_PNG_IMAGES=$(shell ls $(top-src-dir)/Documentation/user/*.png)
-OUT_PNG_IMAGES=$(SOURCE_PNG_IMAGES:$(top-src-dir)/Documentation/user/%.png=$(outdir)/%.png) $(outdir)/context-example.png
+CSS_SOURCE_FILES = $(shell ls $(top-src-dir)/Documentation/lilypond*.css)
+SOURCE_PNG_IMAGES = $(shell ls $(top-src-dir)/Documentation/user/*.png)
+OUT_PNG_IMAGES = \
+  $(SOURCE_PNG_IMAGES:$(top-src-dir)/Documentation/user/%.png=$(outdir)/%.png) \
+  $(outdir)/context-example.png
 
 TELY_FILES := $(call src-wildcard,*.tely)
 MASTER_TEXI_FILES := $(TELY_FILES:%.tely=$(outdir)/%.texi)