From 6060fd44fd273e8c138454350103876467decee3 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Fri, 25 Sep 2009 23:20:16 +0100 Subject: [PATCH] Doc: move latex examples into application. --- Documentation/GNUmakefile | 4 +--- Documentation/application/GNUmakefile | 5 +++++ Documentation/{ => application}/latex-example.latex | 0 Documentation/{ => application}/latex-lilypond-example.latex | 0 4 files changed, 6 insertions(+), 3 deletions(-) rename Documentation/{ => application}/latex-example.latex (100%) rename Documentation/{ => application}/latex-lilypond-example.latex (100%) diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile index c5045faa5f..da6fbc3c90 100644 --- a/Documentation/GNUmakefile +++ b/Documentation/GNUmakefile @@ -26,13 +26,11 @@ $(outdir)/snippets/index..html: TEXI2HTML_FLAGS += -D short_toc ### Extra source files README_TOP_FILES= DEDICATION THANKS -LATEX_FILES =$(call src-wildcard,*.latex) IN_ITELY_FILES = $(call src-wildcard,snippets/*-intro.itely) SNIPPET_LY_FILES = $(call src-wildcard,snippets/*.ly) -EXTRA_DIST_FILES = $(call src-wildcard,*.init) $(LATEX_FILES) \ - search-box.html +EXTRA_DIST_FILES = $(call src-wildcard,*.init) search-box.html ### Out files diff --git a/Documentation/application/GNUmakefile b/Documentation/application/GNUmakefile index c93c9e0624..26e33a6901 100644 --- a/Documentation/application/GNUmakefile +++ b/Documentation/application/GNUmakefile @@ -2,4 +2,9 @@ depth = ../.. LOCALSTEPMAKE_TEMPLATES = ly +LATEX_FILES =$(call src-wildcard,*.latex) +EXTRA_DIST_FILES = $(LATEX_FILES) + include $(depth)/make/stepmake.make + + diff --git a/Documentation/latex-example.latex b/Documentation/application/latex-example.latex similarity index 100% rename from Documentation/latex-example.latex rename to Documentation/application/latex-example.latex diff --git a/Documentation/latex-lilypond-example.latex b/Documentation/application/latex-lilypond-example.latex similarity index 100% rename from Documentation/latex-lilypond-example.latex rename to Documentation/application/latex-lilypond-example.latex -- 2.39.5