X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Ftopdocs%2FGNUmakefile;h=037cc39f1ae753310d903e5db8f4442c4d705911;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=db918cafb4832c09a9de0c9a4738c2821e9ecf41;hpb=a41bc3e06fca46daa875419b5dc00dd958e1fde0;p=lilypond.git diff --git a/Documentation/topdocs/GNUmakefile b/Documentation/topdocs/GNUmakefile index db918cafb4..037cc39f1a 100644 --- a/Documentation/topdocs/GNUmakefile +++ b/Documentation/topdocs/GNUmakefile @@ -1,9 +1,20 @@ depth = ../.. -BLURBS=BLURB COPERTINA FLAPTEKST +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) +README_TOP_FILES=NEWS AUTHORS INSTALL README +OUTTXT_FILES= $(outdir)/NEWS.txt -STEPMAKE_TEMPLATES=documentation yolily-topdoc -LOCALSTEPMAKE_TEMPLATES=lilypond +include $(depth)/make/stepmake.make -include $(depth)/make/stepmake.make +# 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: