]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/make/generic-targets.make
release: 1.0.4
[lilypond.git] / stepmake / make / generic-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-html-deps:
7         $(MAKE) -C $(depth)/Documentation html
8
9 check-www-doc:
10         $(MAKE) CONFIGSUFFIX='www' -C Documentation outdirs
11         $(MAKE) CONFIGSUFFIX='www' -C Documentation WWW
12
13 # check-rpm-doc-deps: 
14 #       $(MAKE) -C $(depth)/Documentation gifs
15
16 check-rpm-icons:
17
18 check-make-deps:
19         $(MAKE) -C $(depth)/make
20
21 # urg urg
22 $(configheader): $(depth)/$(configuration).hh
23         cp $< $@
24