From ced04000d961075f75ebdf165571f0ae7e0d06eb Mon Sep 17 00:00:00 2001 From: John Mandereau Date: Mon, 27 Jul 2009 10:41:31 +0200 Subject: [PATCH] Docs: restore source links stuff --- Documentation/GNUmakefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile index f3eeb87350..15af53531a 100644 --- a/Documentation/GNUmakefile +++ b/Documentation/GNUmakefile @@ -60,6 +60,10 @@ OUT_HTML_FILES = $(UNSPLITTED_HTML_MANUALS:%=$(outdir)/%.html)\ $(SPLITTED_HTML_MANUALS:%=$(outdir)/%-big-page.html) DEEP_HTML_FILES = $(SPLITTED_HTML_MANUALS:%=$(outdir)/%/index.html) +# Symlinks to refer to external source documents from split and non-split HTML +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) @@ -173,11 +177,6 @@ $(outdir)/%.pdf: %.eps gs -dAutoRotatePages=/None -sDEVICE=pdfwrite -dNOPAUSE -dBATCH -sOutputFile=$@ -dEPSCrop -c .setpdfwrite -f $< -# Symlinks to refer to external source documents from split and non-split HTML -source-links = $(outdir)/source $(outdir)/notation/source $(outdir)/music-glossary/source \ - $(outdir)/application/source $(outdir)/learning/source $(outdir)/internals/source \ - $(outdir)/snippets/source - $(outdir)/source: @rm -f $(@) ln -sf $(depth) $(@) -- 2.39.5