lilypond-1.3.100
[lilypond.git] / stepmake / Documentation / GNUmakefile
blob4f6e24b7ffb2b2cb8c995a4ef57fbe957f455f5e
1 # Documentation/Makefile
3 depth = ..
6 OUTTXT_FILES = $(OUTYO_FILES:.yo=.txt) $(OUTIN_FILES:.yo=.txt)
7 EXTRA_DIST_FILES =
8 OUT_DIST_FILES=$(OUTTXT_FILES)
10 SUBDIRS=topdocs
12 STEPMAKE_TEMPLATES=documentation install install-out
14 include $(depth)/make/stepmake.make
16 default: do-doc
18 do-doc: $(OUTTXT_FILES)
20 # ugh
21 check-doc-deps: do-doc
22 true
24 doc: do-doc
26 INSTALLATION_DIR=$(datadir)/Documentation
27 INSTALLATION_FILES=$(DIST_FILES)
29 INSTALLATION_OUT_DIR=$(datadir)/Documentation/out
30 INSTALLATION_OUT_FILES=$(OUTTXT_FILES)