]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/GNUmakefile
Add '-dcrop' option to ps and svg backends
[lilypond.git] / Documentation / topdocs / GNUmakefile
index 037cc39f1ae753310d903e5db8f4442c4d705911..43a99497c10c8c78af1b8432170123142eae2c4e 100644 (file)
@@ -2,13 +2,16 @@ depth = ../..
 
 STEPMAKE_TEMPLATES=documentation tex texinfo topdocs
 LOCALSTEPMAKE_TEMPLATES=lilypond ly
-OUT_TEXI_FILES = $(TELY_FILES:%.tely=$(outdir)/%.texi)
+OUT_TEXI_FILES = $(TEXI_FILES:%.texi=$(outdir)/%.texi) $(TELY_FILES:%.tely=$(outdir)/%.texi)
 HTML_FILES=$(TEXI_FILES:%.texi=$(outdir)/%.html) $(TELY_FILES:%.tely=$(outdir)/%.html)
 README_TOP_FILES=NEWS AUTHORS INSTALL README
 OUTTXT_FILES= $(outdir)/NEWS.txt
 
 include $(depth)/make/stepmake.make
 
+DOCUMENTATION_INCLUDES += -I $(outdir) \
+  -I $(top-src-dir)/Documentation
+
 # FIXME ad-hoc file copy?
 $(outdir)/NEWS.tely: $(top-src-dir)/Documentation/changes.tely
        cp -f $< $@
@@ -16,5 +19,3 @@ $(outdir)/NEWS.tely: $(top-src-dir)/Documentation/changes.tely
 ifeq ($(out),www)
 local-WWW-1: $(OUT_TEXI_FILES)
 endif
-
-.SECONDARY: