X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Ftopdocs%2FGNUmakefile;h=ce3dc1f42beec03241cb71d546e8b2f99dd37385;hb=4dc460ff79251c7c3dbce7c8a92cb89ce53cef75;hp=537f761b0a8f847f578e16c0a8f99f12d664dad1;hpb=869944ab7731a1eb7cd6d97cc9ebefd8c661de47;p=lilypond.git diff --git a/Documentation/topdocs/GNUmakefile b/Documentation/topdocs/GNUmakefile index 537f761b0a..ce3dc1f42b 100644 --- a/Documentation/topdocs/GNUmakefile +++ b/Documentation/topdocs/GNUmakefile @@ -1,20 +1,18 @@ depth = ../.. - STEPMAKE_TEMPLATES=documentation tex texinfo topdocs LOCALSTEPMAKE_TEMPLATES=lilypond ly 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 -MAKEINFO_FLAGS += -I $(top-src-dir)/Documentation/user -TEXI2HTML_FLAGS += -I $(top-src-dir)/Documentation/user +# FIXME ad-hoc file copy? +$(outdir)/NEWS.tely: $(top-src-dir)/Documentation/changes.tely + cp -f $< $@ +ifeq ($(out),www) local-WWW-1: $(OUT_TEXI_FILES) - -.SECONDARY: - +endif