]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/Documentation/Makefile
release: 1.0.3
[lilypond.git] / stepmake / Documentation / Makefile
1 # Documentation/Makefile
2
3 depth = ..
4
5
6 OUTTXT_FILES = $(OUTYO_FILES:.yo=.txt) $(OUTIN_FILES:.yo=.txt)
7 EXTRA_DIST_FILES = 
8 SUBDIRS=topdocs
9
10
11 MAKEFILES=Documentation
12
13 include $(depth)/make/Stepmake.make 
14
15 default: do-doc
16
17 do-doc: $(OUTTXT_FILES)
18
19 # ugh
20 check-doc-deps: do-doc
21         true
22
23 doc: do-doc
24