X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Ftopdocs%2FGNUmakefile;h=0f81c76f1136828424e8c93a5732f65cbe85a2be;hb=38d7d319eabc906e82fb42002678c6d42a23b6f7;hp=10f82f091d856b195afdb2e99edeac1bbf7fdf92;hpb=76c78be46431a98a1417580d9d67bf67e4ba06ee;p=lilypond.git diff --git a/Documentation/topdocs/GNUmakefile b/Documentation/topdocs/GNUmakefile index 10f82f091d..0f81c76f11 100644 --- a/Documentation/topdocs/GNUmakefile +++ b/Documentation/topdocs/GNUmakefile @@ -3,6 +3,14 @@ depth = ../.. STEPMAKE_TEMPLATES=documentation tex texinfo topdocs LOCALSTEPMAKE_TEMPLATES=lilypond ly -HTML_FILES=$(addprefix $(outdir)/, $(TEXI_FILES:.texi=.html) $(TELY_FILES:.tely=.html)) +OUT_TEXI_FILES = $(TELY_FILES:%.tely=$(outdir)/%.texi) +HTML_FILES=$(TEXI_FILES:%.texi=$(outdir)/%.html) $(TELY_FILES:%.tely=$(outdir)/%.html) +PDF_FILES=$(outdir)/NEWS.pdf +README_TOP_FILES=NEWS AUTHORS INSTALL README +OUTTXT_FILES= $(outdir)/NEWS.txt -include $(depth)/make/stepmake.make +include $(depth)/make/stepmake.make + +local-WWW-1: $(OUT_TEXI_FILES) + +.SECONDARY: