From 13d19c8e762dc3d1d423f073e9dc5a37de919f0d Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Fri, 16 Jan 2009 14:57:18 +0100 Subject: [PATCH] Don't use DOCUMENTATION_INCLUDES, that's used by texi2html too which wants --I. --- Documentation/user/GNUmakefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Documentation/user/GNUmakefile b/Documentation/user/GNUmakefile index 0bf8330bc7..6e0dbe3a56 100644 --- a/Documentation/user/GNUmakefile +++ b/Documentation/user/GNUmakefile @@ -29,11 +29,10 @@ MAIN_INFO_DOC = lilypond INFO_DOCS = lilypond lilypond-internals music-glossary lilypond-program lilypond-learning INFO_FILES = $(INFO_DOCS:%=$(outdir)/%.info) -DOCUMENTATION_INCLUDES = \ +TEXI2PDF_FLAGS = \ + -I $(outdir) \ -I $(top-src-dir)/Documentation/user \ - -I $(top-build-dir)/Documentation/user/$(outdir) - -TEXI2PDF_FLAGS = $(DOCUMENTATION_INCLUDES) + -I $(top-build-dir)/Documentation/user/$(outconfbase) ifeq ($(out),www) INFO_IMAGES_DIR = lilypond -- 2.39.5