X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Ftopdocs%2FGNUmakefile;h=037cc39f1ae753310d903e5db8f4442c4d705911;hb=65aaa693afc29019ebf3d358d00914bed6e8baf5;hp=47938ee18292cf02ed564b6efa1ebfafb5f86f52;hpb=02f9d5eab3c99ae46269fb69a99d40215e642e73;p=lilypond.git diff --git a/Documentation/topdocs/GNUmakefile b/Documentation/topdocs/GNUmakefile index 47938ee182..037cc39f1a 100644 --- a/Documentation/topdocs/GNUmakefile +++ b/Documentation/topdocs/GNUmakefile @@ -1,16 +1,20 @@ 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 -include $(depth)/make/stepmake.make +README_TOP_FILES=NEWS AUTHORS INSTALL README +OUTTXT_FILES= $(outdir)/NEWS.txt -ifneq ($(out),www) -LILYPOND_BINARY='true' -endif +include $(depth)/make/stepmake.make -$(outdir)/NEWS.nexi: NEWS.tely +# 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) +endif +.SECONDARY: