From: Jan Nieuwenhuizen Date: Fri, 16 Jan 2009 13:23:37 +0000 (+0100) Subject: Add build/out include for building lilypond.pdf. Fixes doc build. X-Git-Tag: release/2.12.2-1~4^2~24 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=91a458a5d466ce5c341f8c3281073bb249a7fb62;p=lilypond.git Add build/out include for building lilypond.pdf. Fixes doc build. ./lilypond.texi:185: I can't find file `changing-defaults.texi'. --- diff --git a/Documentation/user/GNUmakefile b/Documentation/user/GNUmakefile index d7e089218c..0bf8330bc7 100644 --- a/Documentation/user/GNUmakefile +++ b/Documentation/user/GNUmakefile @@ -29,7 +29,11 @@ MAIN_INFO_DOC = lilypond INFO_DOCS = lilypond lilypond-internals music-glossary lilypond-program lilypond-learning INFO_FILES = $(INFO_DOCS:%=$(outdir)/%.info) -TEXI2PDF_FLAGS = -I $(top-src-dir)/Documentation/user +DOCUMENTATION_INCLUDES = \ + -I $(top-src-dir)/Documentation/user \ + -I $(top-build-dir)/Documentation/user/$(outdir) + +TEXI2PDF_FLAGS = $(DOCUMENTATION_INCLUDES) ifeq ($(out),www) INFO_IMAGES_DIR = lilypond