From 36e85be5f8a02c22762a9d008e44b734947a5602 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Tue, 7 Jun 2005 22:50:49 +0000 Subject: [PATCH] (TEXINPUTS): set TEXINPUTS so our texinfo.tex is always used. --- ChangeLog | 5 +++++ Documentation/user/GNUmakefile | 4 ++++ flower/axis.cc | 1 + 3 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0c51f0c834..2c2566206a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-06-08 Han-Wen Nienhuys + + * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our + texinfo.tex is always used. + 2005-06-07 Han-Wen Nienhuys * flower/include/axis.hh: rename from axes.hh diff --git a/Documentation/user/GNUmakefile b/Documentation/user/GNUmakefile index 0ba8a4dbab..e8b8d0dbe5 100644 --- a/Documentation/user/GNUmakefile +++ b/Documentation/user/GNUmakefile @@ -29,6 +29,10 @@ OMF_FILES += $(outdir)/lilypond-internals.html.omf LOCALSTEPMAKE_TEMPLATES=lilypond ly + +TEXINPUTS=$(topdir)/tex:: +export TEXINPUTS + include $(depth)/make/stepmake.make dvi: $(DVI_FILES) diff --git a/flower/axis.cc b/flower/axis.cc index 9f63cc4cff..d26d2df06b 100644 --- a/flower/axis.cc +++ b/flower/axis.cc @@ -5,6 +5,7 @@ */ #include "axis.hh" + #include "string.hh" String -- 2.39.5