changeset 73548:227bb8f9276e

* makefile.w32-in: revert last change.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 30 Oct 2006 14:15:57 +0000
parents b93ee9a3309a
children e68d05a41cab
files lispref/ChangeLog lispref/makefile.w32-in
diffstat 2 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/ChangeLog	Mon Oct 30 14:15:15 2006 +0000
+++ b/lispref/ChangeLog	Mon Oct 30 14:15:57 2006 +0000
@@ -3,8 +3,6 @@
 	* Makefile.in: Use relative paths to avoid advertising filesystem
 	contents during compilation.
 
-	* makefile.w32-in: Likewise.
-
 2006-10-23  Kim F. Storm  <storm@cua.dk>
 
 	* commands.texi (Event Input Misc): Update unread-command-events.
--- a/lispref/makefile.w32-in	Mon Oct 30 14:15:15 2006 +0000
+++ b/lispref/makefile.w32-in	Mon Oct 30 14:15:57 2006 +0000
@@ -22,7 +22,7 @@
 # Standard configure variables.
 srcdir = .
 
-infodir = ../info
+infodir = $(srcdir)/../info
 usermanualdir = $(srcdir)/../man
 
 # Redefine `TEX' if `tex' does not invoke plain TeX.  For example:
@@ -106,7 +106,7 @@
 	$(INSTALL_INFO) --info-dir=$(infodir) $(infodir)/elisp
 
 $(infodir)/elisp: $(srcs)
-	cd $(srcdir); $(MAKEINFO) -I. -I$(infodir) elisp.texi -o $(infodir)/elisp
+	$(MAKEINFO) -I. -I$(srcdir) -o $(infodir)/elisp $(srcdir)/elisp.texi
 
 elisp.dvi: $(srcs)
 	$(texinputdir) $(TEX) -I $(usermanualdir) $(srcdir)/elisp.texi