(infodir, texinputdir): Go up one more level.
(usermanualdir): Change from ../man to ../emacs.
This commit is contained in:
parent
d374a422b2
commit
df43c5b721
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue