Mercurial > emacs
changeset 84115:bf7b75608f40
(infodir, texinputdir): Go up one more level.
(usermanualdir): Change from ../man to ../emacs.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 06 Sep 2007 04:26:04 +0000 |
parents | 0a7dcb607dd7 |
children | 0ba80d073e27 |
files | doc/lispref/makefile.w32-in |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/lispref/makefile.w32-in Thu Sep 06 04:25:46 2007 +0000 +++ b/doc/lispref/makefile.w32-in Thu Sep 06 04:26:04 2007 +0000 @@ -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 @@ # 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