[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: fonttextsize in lispref/elisp.texi
From: |
Lute Kamstra |
Subject: |
Re: fonttextsize in lispref/elisp.texi |
Date: |
Mon, 21 Aug 2006 11:32:40 +0200 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) |
Could someone with access to Windows check if this patch fixes the
build problems for lispref/elisp.dvi on that platform?
Lute.
Index: lispref/makefile.w32-in
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/makefile.w32-in,v
retrieving revision 1.14
diff -c -r1.14 makefile.w32-in
*** lispref/makefile.w32-in 6 Feb 2006 11:55:10 -0000 1.14
--- lispref/makefile.w32-in 21 Aug 2006 09:25:53 -0000
***************
*** 23,28 ****
--- 23,29 ----
srcdir = .
infodir = $(srcdir)/../info
+ usermanualdir = $(srcdir)/../man
# Redefine `TEX' if `tex' does not invoke plain TeX. For example:
# TEX=platex
***************
*** 32,38 ****
# 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
# The name of the manual:
VERSION=2.9
--- 33,39 ----
# The environment variable and its value to add $(srcdir) to the path
# searched for TeX input files.
! texinputdir = $(srcdir)\..\nt\envadd.bat
"TEXINPUTS=$(srcdir);$(usermanualdir);$(TEXINPUTS)" /C
# The name of the manual:
VERSION=2.9