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