]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/css/GNUmakefile
Make distributed tarball from Git file list
[lilypond.git] / Documentation / css / GNUmakefile
index 277b76a362f65103c4fd74ba3e8ebfb98a07ee70..5f822237df993f752ff7c3643cf0bf1b0d3f63f7 100644 (file)
@@ -1,5 +1,24 @@
 depth = ../..
 
-STEPMAKE_TEMPLATES=documentation
+CSS_FILES = $(call src-wildcard,*.css)
+
+OUT_CSS_FILES = $(CSS_FILES:%=$(outdir)/%)
+
+STEPMAKE_TEMPLATES = documentation
 
 include $(depth)/make/stepmake.make
+
+###########
+### Targets
+
+default:
+
+ifeq ($(out),www)
+local-WWW-1: $(OUT_CSS_FILES)
+endif
+
+#########
+### Rules
+
+$(outdir)/%.css: %.css
+       ln -f $< $@