# HG changeset patch # User Chong Yidong # Date 1162157603 0 # Node ID 709835db3e58d4a9820f308c2e9e0191379dc4ba # Parent 9712bd426177e182b06812a854e6cbc1d6a06ced * makefile.w32-in: Use relative paths to avoid advertising filesystem contents during compilation. diff -r 9712bd426177 -r 709835db3e58 lispintro/ChangeLog --- a/lispintro/ChangeLog Sun Oct 29 21:31:19 2006 +0000 +++ b/lispintro/ChangeLog Sun Oct 29 21:33:23 2006 +0000 @@ -3,6 +3,8 @@ * Makefile.in: Use relative paths to avoid advertising filesystem contents during compilation. + * makefile.w32-in: Likewise. + 2006-08-21 Robert J. Chassell * emacs-lisp-intro.texi: deleted in directory copy of texinfo.tex diff -r 9712bd426177 -r 709835db3e58 lispintro/makefile.w32-in --- a/lispintro/makefile.w32-in Sun Oct 29 21:31:19 2006 +0000 +++ b/lispintro/makefile.w32-in Sun Oct 29 21:33:23 2006 +0000 @@ -21,7 +21,7 @@ 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 @@ -46,7 +46,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