lilypond-1.2.0
[lilypond.git] / stepmake / make / Targets.make
blob5a6603fab01144aaeeef4391c6f5091a0535a42f
1 # title package specific targets
2 # file make/Targets.make
4 .PHONY : check-dist-deps check-make-deps check-rpm-doc-deps check-html-deps check-www-doc check-rpm-icons
6 check-dist-deps: check-make-deps
8 check-html-deps:
9 $(MAKE) -C $(depth)/Documentation html
11 check-www-doc:
12 $(MAKE) CONFIGSUFFIX='www' -C Documentation outdirs
13 $(MAKE) CONFIGSUFFIX='www' -C Documentation WWW
15 # check-rpm-doc-deps:
16 # $(MAKE) -C $(depth)/Documentation gifs
18 check-rpm-icons:
20 check-make-deps:
21 $(MAKE) -C $(depth)/make
23 # urg urg
24 $(configheader): $(depth)/$(configuration).hh
25 cp $< $@