From: Glenn Morris Date: Thu, 6 Sep 2007 04:26:04 +0000 (+0000) Subject: (infodir, texinputdir): Go up one more level. X-Git-Tag: emacs-pretest-23.0.90~11086 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=df43c5b72130c74f85366479a0da9ba50ea40e93;p=emacs.git (infodir, texinputdir): Go up one more level. (usermanualdir): Change from ../man to ../emacs. --- 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