From 589cd505f81fd939a6def814ef3af70f005a23f7 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sun, 4 Oct 2009 13:09:43 +0100 Subject: [PATCH] Doc: move input/tutorial/ to Documentation/included/ --- .../included}/lbook-html-test.html | 0 .../included}/lbook-latex-test.tex | 0 .../included}/lbook-texi-test.texi | 0 input/GNUmakefile | 2 +- input/tutorial/GNUmakefile | 9 --------- make/lilypond-vars.make | 2 +- 6 files changed, 2 insertions(+), 11 deletions(-) rename {input/tutorial => Documentation/included}/lbook-html-test.html (100%) rename {input/tutorial => Documentation/included}/lbook-latex-test.tex (100%) rename {input/tutorial => Documentation/included}/lbook-texi-test.texi (100%) delete mode 100644 input/tutorial/GNUmakefile diff --git a/input/tutorial/lbook-html-test.html b/Documentation/included/lbook-html-test.html similarity index 100% rename from input/tutorial/lbook-html-test.html rename to Documentation/included/lbook-html-test.html diff --git a/input/tutorial/lbook-latex-test.tex b/Documentation/included/lbook-latex-test.tex similarity index 100% rename from input/tutorial/lbook-latex-test.tex rename to Documentation/included/lbook-latex-test.tex diff --git a/input/tutorial/lbook-texi-test.texi b/Documentation/included/lbook-texi-test.texi similarity index 100% rename from input/tutorial/lbook-texi-test.texi rename to Documentation/included/lbook-texi-test.texi diff --git a/input/GNUmakefile b/input/GNUmakefile index aaa3954761..9b068a9f3a 100644 --- a/input/GNUmakefile +++ b/input/GNUmakefile @@ -1,6 +1,6 @@ depth = .. -SUBDIRS = regression tutorial mutopia +SUBDIRS = regression mutopia examples = typography-demo les-nereides wilhelmus proportional bach-schenker cary diff --git a/input/tutorial/GNUmakefile b/input/tutorial/GNUmakefile deleted file mode 100644 index 0213aefb4f..0000000000 --- a/input/tutorial/GNUmakefile +++ /dev/null @@ -1,9 +0,0 @@ -depth = ../.. - -LOCALSTEPMAKE_TEMPLATES=ly mutopia - -EXTRA_DIST_FILES= lbook-texi-test.texi lbook-latex-test.tex lbook-html-test.html - -include $(depth)/make/stepmake.make - - diff --git a/make/lilypond-vars.make b/make/lilypond-vars.make index 993d6de0f6..d1c7cd2fea 100644 --- a/make/lilypond-vars.make +++ b/make/lilypond-vars.make @@ -29,7 +29,7 @@ LILYPOND_BOOK = $(script-dir)/lilypond-book.py LILYPOND_BOOK_INCLUDES = -I $(src-dir)/ -I $(outdir) -I $(input-dir) \ -I $(top-src-dir)/Documentation -I $(top-src-dir)/Documentation/snippets \ -I $(input-dir)/regression/ -I $(top-src-dir)/Documentation/included/ \ - -I $(input-dir)/tutorial/ -I $(top-build-dir)/mf/$(outconfbase)/ \ + -I $(top-build-dir)/mf/$(outconfbase)/ \ -I $(top-build-dir)/mf/out/ \ -I $(top-src-dir)/Documentation/pictures \ -I $(top-build-dir)/Documentation/pictures/$(outdir) -- 2.39.2