]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/make/Targets.make
release: 1.0.1
[lilypond.git] / stepmake / make / Targets.make
1 # title    package specific targets
2 # file     make/Targets.make
3
4 .PHONY : check-dist-deps check-make-deps check-rpm-doc-deps check-html-deps check-www-doc check-rpm-icons
5
6 check-dist-deps: check-make-deps
7
8 check-html-deps:
9         $(MAKE) -C $(depth)/Documentation html
10
11 check-www-doc:
12         $(MAKE) CONFIGSUFFIX='www' -C Documentation outdirs
13         $(MAKE) CONFIGSUFFIX='www' -C Documentation WWW
14
15 # check-rpm-doc-deps: 
16 #       $(MAKE) -C $(depth)/Documentation gifs
17
18 check-rpm-icons:
19
20 check-make-deps:
21         $(MAKE) -C $(depth)/make
22
23 # urg urg
24 $(configheader): $(depth)/$(configuration).hh
25         cp $< $@
26