From 2aa43abb72cd52d01a83924c65a3cd855d5c75ed Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 27 Jan 2012 13:03:56 -0800 Subject: [PATCH] doc/lispref/makefile.w32-in small fixes * doc/lispref/makefile.w32-in (texinputdir): Fix (presumed) typo. (VERSION, manual): Remove, unused. --- doc/lispref/ChangeLog | 5 +++++ doc/lispref/makefile.w32-in | 7 +------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 3e4946f261e..d28498bad6c 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,8 @@ +2012-01-27 Glenn Morris + + * makefile.w32-in (texinputdir): Fix (presumed) typo. + (VERSION, manual): Remove, unused. + 2012-01-27 Chong Yidong * commands.texi (Command Overview): Minor clarification (Bug#10384). diff --git a/doc/lispref/makefile.w32-in b/doc/lispref/makefile.w32-in index b27abd1c5bc..11b6beab84d 100644 --- a/doc/lispref/makefile.w32-in +++ b/doc/lispref/makefile.w32-in @@ -38,14 +38,9 @@ MAKEINFO_OPTS = --force --enable-encoding -I$(srcdir) -I$(emacsdir) # The environment variable and its value to add $(srcdir) to the path # searched for TeX input files. texinputdir = $(srcdir)\..\..\nt\envadd.bat \ - "TEXINPUTS=$(srcdir);$(texinputdir);$(emacsdir);$(TEXINPUTS)" \ + "TEXINPUTS=$(srcdir);$(texinfodir);$(emacsdir);$(TEXINPUTS)" \ "MAKEINFO=$(MAKEINFO) $(MAKEINFO_OPTS)" /C -# The name of the manual: -VERSION=2.9 -## FIXME can this be set by configure, as per Makefile.in? -manual = elisp-manual-23-$(VERSION) - # List of all the texinfo files in the manual: srcs = \ -- 2.11.4.GIT