]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/make/generic-targets.make
16676251236f7fdf5a5a7e925ce4d5cc8635b0d5
[lilypond.git] / stepmake / make / generic-targets.make
1 # title    package specific targets
2
3 .PHONY : check-dist-deps check-make-deps check-rpm-doc-deps check-html-deps check-www-doc check-rpm-icons
4
5 check-html-deps:
6         $(MAKE) -C $(depth)/Documentation html
7
8 check-www-doc:
9         $(MAKE) CONFIGSUFFIX='www' -C Documentation outdirs
10         $(MAKE) CONFIGSUFFIX='www' -C Documentation WWW
11
12 # check-rpm-doc-deps: 
13 #       $(MAKE) -C $(depth)/Documentation gifs
14
15 check-rpm-icons:
16
17 check-make-deps:
18         $(MAKE) -C $(depth)/make
19