summaryrefslogtreecommitdiff
path: root/stepmake
diff options
context:
space:
mode:
authorJulien Rioux <julien.rioux@gmail.com>2013-09-14 22:09:21 +0200
committerJulien Rioux <julien.rioux@gmail.com>2013-09-24 10:32:18 +0200
commitbfdebcb93bebe820c2d5fd6c1bed5c589536472c (patch)
tree464a4cba090c236252e4650784d992bab11c952a /stepmake
parent409d457d0e623889d88eeff9c576bb74a32f1565 (diff)
Build: Clean up lilypond-book includes (issue 3559).
Instead of using a load of includes across the whole tree, define only the necessary includes for the local directory. http://code.google.com/p/lilypond/issues/detail?id=3559
Diffstat (limited to 'stepmake')
-rw-r--r--stepmake/stepmake/texinfo-vars.make2
-rw-r--r--stepmake/stepmake/topdocs-vars.make4
2 files changed, 0 insertions, 6 deletions
diff --git a/stepmake/stepmake/texinfo-vars.make b/stepmake/stepmake/texinfo-vars.make
index c370990413..b17824c8d7 100644
--- a/stepmake/stepmake/texinfo-vars.make
+++ b/stepmake/stepmake/texinfo-vars.make
@@ -31,8 +31,6 @@ DO_TEXI_DEP = ( echo ./$@: $(call scan-texi,$<) > $(basename $@).dep ) &&
TEXINFO_PAPERSIZE_OPTION= $(if $(findstring $(PAPERSIZE),a4),,-t @afourpaper)
-DOCUMENTATION_INCLUDES += -I $(top-src-dir)/Documentation
-
MAKEINFO_FLAGS += --enable-encoding --error-limit=0 $(DOCUMENTATION_INCLUDES)
MAKEINFO = LANG= $(MAKEINFO_PROGRAM) $(MAKEINFO_FLAGS)
diff --git a/stepmake/stepmake/topdocs-vars.make b/stepmake/stepmake/topdocs-vars.make
index f2fc5610ed..ca9a782aa1 100644
--- a/stepmake/stepmake/topdocs-vars.make
+++ b/stepmake/stepmake/topdocs-vars.make
@@ -1,7 +1,3 @@
TO_TOP_FILES=$(addprefix $(outdir)/, $(addsuffix .txt, $(README_TOP_FILES)))
-DOCUMENTATION_INCLUDES +=\
- -I $(top-src-dir)/Documentation/usage\
- -I $(top-src-dir)/Documentation/contributor\
-
#