From 91a458a5d466ce5c341f8c3281073bb249a7fb62 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Fri, 16 Jan 2009 14:23:37 +0100 Subject: [PATCH] Add build/out include for building lilypond.pdf. Fixes doc build. ./lilypond.texi:185: I can't find file `changing-defaults.texi'. --- Documentation/user/GNUmakefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.2