From 458d9e83f4e968c8a61de68f80b3b25a1ff0b396 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Wed, 12 Jul 2006 23:29:48 +0000 Subject: [PATCH] Doc build looks for files in input/manual/ instead of input/test/ --- Documentation/user/SConscript | 4 ++-- input/GNUmakefile | 2 +- make/lilypond-vars.make | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/user/SConscript b/Documentation/user/SConscript index 5d653a01f8..44570d30d4 100644 --- a/Documentation/user/SConscript +++ b/Documentation/user/SConscript @@ -16,9 +16,9 @@ env.Depends ('lilypond.texi', 'lilypond-internals.texi') eps = src_glob ('*.eps') + map (env.PNG2EPS, base_glob ('*.png')) env.Depends ('lilypond.texi', eps + png) -lilypond_book_flags = '''--format=$LILYPOND_BOOK_FORMAT --process="lilypond -I$srcdir/input/test $__verbose --backend=eps --formats=ps,png --header=texidoc -dinternal-type-checking -ddump-signatures -danti-alias-factor=2 -dgs-font-load" ''' +lilypond_book_flags = '''--format=$LILYPOND_BOOK_FORMAT --process="lilypond -I$srcdir/input/manual/ $__verbose --backend=eps --formats=ps,png --header=texidoc -dinternal-type-checking -ddump-signatures -danti-alias-factor=2 -dgs-font-load" ''' e = env.Copy ( -# LILYPOND_BOOK_FLAGS = '''--process="lilypond --backend=eps --formats=ps,png --header=texidoc -I#/input/test -e '(ly:set-option (quote internal-type-checking) \#t)'"''', +# LILYPOND_BOOK_FLAGS = '''--process="lilypond --backend=eps --formats=ps,png --header=texidoc -I#/input/manual -e '(ly:set-option (quote internal-type-checking) \#t)'"''', LILYPOND_BOOK_FLAGS = lilypond_book_flags, __verbose = ' --verbose', GENERATE_DOCUMENTATION = '$srcdir/ly/generate-documentation', diff --git a/input/GNUmakefile b/input/GNUmakefile index 8fa23d8275..da9987de40 100644 --- a/input/GNUmakefile +++ b/input/GNUmakefile @@ -1,6 +1,6 @@ depth = .. -SUBDIRS = test regression tutorial no-notation mutopia +SUBDIRS = test regression tutorial no-notation mutopia manual examples = typography-demo les-nereides wilhelmus proportional bach-schenker diff --git a/make/lilypond-vars.make b/make/lilypond-vars.make index 1dd53512b8..67ff5fca9a 100644 --- a/make/lilypond-vars.make +++ b/make/lilypond-vars.make @@ -23,9 +23,9 @@ the-script-dir=$(wildcard $(script-dir)) ABC2LY = $(script-dir)/abc2ly.py CONVERT_LY = $(script-dir)/convert-ly.py LILYPOND_BOOK = $(script-dir)/lilypond-book.py -LILYPOND_BOOK_INCLUDES = -I $(src-dir)/ -I $(outdir) -I $(input-dir) -I $(input-dir)/regression/ -I $(input-dir)/test/ -I $(input-dir)/tutorial/ -I $(top-build-dir)/mf/$(outconfbase)/ -I $(top-build-dir)/mf/out/ +LILYPOND_BOOK_INCLUDES = -I $(src-dir)/ -I $(outdir) -I $(input-dir) -I $(input-dir)/regression/ -I $(input-dir)/manual/ -I $(input-dir)/tutorial/ -I $(top-build-dir)/mf/$(outconfbase)/ -I $(top-build-dir)/mf/out/ LILYPOND_BOOK_LILYPOND_FLAGS=-dgs-font-load -LILYPOND_BOOK_FLAGS = --process="$(LILYPOND_BINARY) --backend=eps --formats=ps,png --header=texidoc -I $(top-src-dir)/input/test -dinternal-type-checking -ddump-signatures -danti-alias-factor=2 $(LILYPOND_BOOK_LILYPOND_FLAGS)" +LILYPOND_BOOK_FLAGS = --process="$(LILYPOND_BINARY) --backend=eps --formats=ps,png --header=texidoc -I $(top-src-dir)/input/manual -dinternal-type-checking -ddump-signatures -danti-alias-factor=2 $(LILYPOND_BOOK_LILYPOND_FLAGS)" TEXINPUTS=$(top-src-dir)/tex/:: export TEXINPUTS -- 2.39.5