From df43c5b72130c74f85366479a0da9ba50ea40e93 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 6 Sep 2007 04:26:04 +0000 Subject: [PATCH] (infodir, texinputdir): Go up one more level. (usermanualdir): Change from ../man to ../emacs. --- doc/lispref/makefile.w32-in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/lispref/makefile.w32-in b/doc/lispref/makefile.w32-in index 7e35339d17f..720f91c10a3 100644 --- a/doc/lispref/makefile.w32-in +++ b/doc/lispref/makefile.w32-in @@ -22,8 +22,8 @@ # Standard configure variables. srcdir = . -infodir = $(srcdir)/../info -usermanualdir = $(srcdir)/../man +infodir = $(srcdir)/../../info +usermanualdir = $(srcdir)/../emacs # Redefine `TEX' if `tex' does not invoke plain TeX. For example: # TEX=platex @@ -33,7 +33,7 @@ MAKEINFO = makeinfo --force # The environment variable and its value to add $(srcdir) to the path # searched for TeX input files. -texinputdir = $(srcdir)\..\nt\envadd.bat "TEXINPUTS=$(srcdir);$(TEXINPUTS)" /C +texinputdir = $(srcdir)\..\..\nt\envadd.bat "TEXINPUTS=$(srcdir);$(TEXINPUTS)" /C # The name of the manual: VERSION=2.9 -- 2.39.5