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