]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/css/GNUmakefile
41495994ce44f64473667db3f3e3e865dba6d244
[lilypond.git] / Documentation / css / GNUmakefile
1 depth = ../..
2
3 CSS_FILES = $(call src-wildcard,*.css)
4
5 EXTRA_DIST_FILES = $(CSS_FILES)
6
7 OUT_CSS_FILES = $(CSS_FILES:%=$(outdir)/%)
8
9 STEPMAKE_TEMPLATES = documentation
10
11 include $(depth)/make/stepmake.make
12
13 ###########
14 ### Targets
15
16 default:
17
18 ifeq ($(out),www)
19 local-WWW-1: $(OUT_CSS_FILES)
20 endif
21
22 #########
23 ### Rules
24
25 $(outdir)/%.css: %.css
26         ln -f $< $@