]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/topdocs/GNUmakefile
Add '-dcrop' option to ps and svg backends
[lilypond.git] / Documentation / topdocs / GNUmakefile
1 depth = ../..
2
3 STEPMAKE_TEMPLATES=documentation tex texinfo topdocs
4 LOCALSTEPMAKE_TEMPLATES=lilypond ly
5 OUT_TEXI_FILES = $(TEXI_FILES:%.texi=$(outdir)/%.texi) $(TELY_FILES:%.tely=$(outdir)/%.texi)
6 HTML_FILES=$(TEXI_FILES:%.texi=$(outdir)/%.html) $(TELY_FILES:%.tely=$(outdir)/%.html)
7 README_TOP_FILES=NEWS AUTHORS INSTALL README
8 OUTTXT_FILES= $(outdir)/NEWS.txt
9
10 include $(depth)/make/stepmake.make
11
12 DOCUMENTATION_INCLUDES += -I $(outdir) \
13   -I $(top-src-dir)/Documentation
14
15 # FIXME ad-hoc file copy?
16 $(outdir)/NEWS.tely: $(top-src-dir)/Documentation/changes.tely
17         cp -f $< $@
18
19 ifeq ($(out),www)
20 local-WWW-1: $(OUT_TEXI_FILES)
21 endif