X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2FGNUmakefile;h=7a9d67cefa90f6262a9c6dd962e58a352063a1e7;hb=47e10b6a008f857df1fc6e2a7fd0fe6c7bd9d4b0;hp=ab36a560a98730ae2623de4dfb3b5284155fa41b;hpb=d721dd3b0f4ad5bd9a415c89afffc3bdf6dceb8a;p=lilypond.git diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile index ab36a560a9..7a9d67cefa 100644 --- a/Documentation/GNUmakefile +++ b/Documentation/GNUmakefile @@ -65,6 +65,7 @@ source-links = $(outdir)/source\ $(foreach manual, $(SPLITTED_HTML_MANUALS), $(outdir)/$(manual)/source) # Other out files + HTML_PAGE_NAMES= index translations devel OUT_HTML_FILES += $(HTML_PAGE_NAMES:%=$(outdir)/%.html) OUT_CSS_FILES = $(CSS_FILES:%.css=$(outdir)/%.css) @@ -84,6 +85,12 @@ endif include $(depth)/make/stepmake.make +## CHAIN_RULE hack: keep the following line *after* including +# stepmake.make, so the Internals Reference is built before the +# Notation Reference, thus providing automatically generated sections +# of the NR +TEXI_FILES_FROM_TELY += $(outdir)/internals.texi + OUT_TXT_FILES = $(addprefix $(outdir)/, $(addsuffix .txt, $(README_TOP_FILES))) ###########