aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-09-06 04:26:04 +0000
committerGlenn Morris2007-09-06 04:26:04 +0000
commitdf43c5b72130c74f85366479a0da9ba50ea40e93 (patch)
tree93f1401a20fe84ccecafb55d17dc59ac2dc5b5d1
parentd374a422b228c0a0b7fb8a6e780cd47031d9fe91 (diff)
downloademacs-df43c5b72130c74f85366479a0da9ba50ea40e93.tar.gz
emacs-df43c5b72130c74f85366479a0da9ba50ea40e93.zip
(infodir, texinputdir): Go up one more level.
(usermanualdir): Change from ../man to ../emacs.
-rw-r--r--doc/lispref/makefile.w32-in6
1 files 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 @@
22# Standard configure variables. 22# Standard configure variables.
23srcdir = . 23srcdir = .
24 24
25infodir = $(srcdir)/../info 25infodir = $(srcdir)/../../info
26usermanualdir = $(srcdir)/../man 26usermanualdir = $(srcdir)/../emacs
27 27
28# Redefine `TEX' if `tex' does not invoke plain TeX. For example: 28# Redefine `TEX' if `tex' does not invoke plain TeX. For example:
29# TEX=platex 29# TEX=platex
@@ -33,7 +33,7 @@ MAKEINFO = makeinfo --force
33 33
34# The environment variable and its value to add $(srcdir) to the path 34# The environment variable and its value to add $(srcdir) to the path
35# searched for TeX input files. 35# searched for TeX input files.
36texinputdir = $(srcdir)\..\nt\envadd.bat "TEXINPUTS=$(srcdir);$(TEXINPUTS)" /C 36texinputdir = $(srcdir)\..\..\nt\envadd.bat "TEXINPUTS=$(srcdir);$(TEXINPUTS)" /C
37 37
38# The name of the manual: 38# The name of the manual:
39VERSION=2.9 39VERSION=2.9