X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fcss%2FGNUmakefile;h=5f822237df993f752ff7c3643cf0bf1b0d3f63f7;hb=c20fff645e325d392d2588721144f4204d0ef9da;hp=3cb02a74dd8b7e0da84b94664558dd638a95767f;hpb=99dc90bbc369722cf4d3bb9f30b7288762f2167f;p=lilypond.git diff --git a/Documentation/css/GNUmakefile b/Documentation/css/GNUmakefile index 3cb02a74dd..5f822237df 100644 --- a/Documentation/css/GNUmakefile +++ b/Documentation/css/GNUmakefile @@ -1,6 +1,24 @@ depth = ../.. -STEPMAKE_TEMPLATES=documentation -EXTRA_DIST_FILES = $(call src-wildcard,*.css) +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 $< $@