X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Ftopdocs%2FGNUmakefile;h=ce3dc1f42beec03241cb71d546e8b2f99dd37385;hb=820c7ff5d380e8ca52057717ab3176b5e40107fd;hp=6fd3a7504fab40667f37e8eafc76f27e28c32752;hpb=407be6aca707178dc8dcae673803b16916f59d50;p=lilypond.git diff --git a/Documentation/topdocs/GNUmakefile b/Documentation/topdocs/GNUmakefile index 6fd3a7504f..ce3dc1f42b 100644 --- a/Documentation/topdocs/GNUmakefile +++ b/Documentation/topdocs/GNUmakefile @@ -1,19 +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 +# 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