]> git.donarmstrong.com Git - lilypond.git/blob - make/Targets.make
release: 1.0.1
[lilypond.git] / make / Targets.make
1 # title    package specific targets
2 # file     make/Targets.make
3
4
5 check-dist-deps: 
6         false
7
8 check-html-deps:
9         false
10         $(MAKE) -C $(depth)/Documentation html
11
12
13 check-mf-deps:
14         false
15         $(MAKE) -C $(depth)/mf
16
17 check-texinfo-deps:
18         false
19         $(MAKE) -C $(depth)/Documentation texinfo
20         $(MAKE) -C $(depth)/Documentation/man texinfo
21
22 # urg!
23 $(configheader): $(depth)/$(configuration).hh
24         cp $< $@
25