changeset 73534:9712bd426177

* Makefile.in: Use relative paths to avoid advertising filesystem contents during compilation.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 29 Oct 2006 21:31:19 +0000
parents 61352a6a6dcf
children 709835db3e58
files lispintro/ChangeLog lispintro/Makefile.in
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lispintro/ChangeLog	Sun Oct 29 21:00:50 2006 +0000
+++ b/lispintro/ChangeLog	Sun Oct 29 21:31:19 2006 +0000
@@ -1,3 +1,8 @@
+2006-10-29  Chong Yidong  <cyd@stupidchicken.com>
+
+	* Makefile.in: Use relative paths to avoid advertising filesystem
+	contents during compilation.
+
 2006-08-21  Robert J. Chassell  <bob@rattlesnake.com>
 
 	* emacs-lisp-intro.texi: deleted in directory copy of texinfo.tex
--- a/lispintro/Makefile.in	Sun Oct 29 21:00:50 2006 +0000
+++ b/lispintro/Makefile.in	Sun Oct 29 21:31:19 2006 +0000
@@ -25,7 +25,7 @@
 srcdir = @srcdir@
 VPATH = @srcdir@
 
-infodir = ${srcdir}/../info
+infodir = ../info
 
 INFO_SOURCES = ${srcdir}/emacs-lisp-intro.texi
 # The file name eintr must fit within 5 characters, to allow for
@@ -45,7 +45,7 @@
 dvi: $(DVI_TARGETS)
 
 ${infodir}/eintr: ${INFO_SOURCES}
-	$(MAKEINFO) -o $@ $(srcdir)/emacs-lisp-intro.texi
+	cd $(srcdir); $(MAKEINFO) emacs-lisp-intro.texi -o $(infodir)/eintr
 
 emacs-lisp-intro.dvi: ${INFO_SOURCES}
 	$(ENVADD) $(TEXI2DVI) $(srcdir)/emacs-lisp-intro.texi