diff options
| author | Glenn Morris | 2007-09-06 04:26:04 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-09-06 04:26:04 +0000 |
| commit | df43c5b72130c74f85366479a0da9ba50ea40e93 (patch) | |
| tree | 93f1401a20fe84ccecafb55d17dc59ac2dc5b5d1 | |
| parent | d374a422b228c0a0b7fb8a6e780cd47031d9fe91 (diff) | |
| download | emacs-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-in | 6 |
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. |
| 23 | srcdir = . | 23 | srcdir = . |
| 24 | 24 | ||
| 25 | infodir = $(srcdir)/../info | 25 | infodir = $(srcdir)/../../info |
| 26 | usermanualdir = $(srcdir)/../man | 26 | usermanualdir = $(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. |
| 36 | texinputdir = $(srcdir)\..\nt\envadd.bat "TEXINPUTS=$(srcdir);$(TEXINPUTS)" /C | 36 | texinputdir = $(srcdir)\..\..\nt\envadd.bat "TEXINPUTS=$(srcdir);$(TEXINPUTS)" /C |
| 37 | 37 | ||
| 38 | # The name of the manual: | 38 | # The name of the manual: |
| 39 | VERSION=2.9 | 39 | VERSION=2.9 |