X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fcss%2FGNUmakefile;h=5f822237df993f752ff7c3643cf0bf1b0d3f63f7;hb=750b714488c5af6eae22d07163bba8b554734ac6;hp=277b76a362f65103c4fd74ba3e8ebfb98a07ee70;hpb=ee7ca91ef74b9d17aad3b6927c5dfb217e94cc5c;p=lilypond.git diff --git a/Documentation/css/GNUmakefile b/Documentation/css/GNUmakefile index 277b76a362..5f822237df 100644 --- a/Documentation/css/GNUmakefile +++ b/Documentation/css/GNUmakefile @@ -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 $< $@