Mercurial > emacs
changeset 73547:b93ee9a3309a
* makefile.w32-in: Revert last change.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 30 Oct 2006 14:15:15 +0000 |
parents | b8d97ed52a0a |
children | 227bb8f9276e |
files | lispintro/ChangeLog lispintro/makefile.w32-in |
diffstat | 2 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lispintro/ChangeLog Mon Oct 30 08:47:46 2006 +0000 +++ b/lispintro/ChangeLog Mon Oct 30 14:15:15 2006 +0000 @@ -3,8 +3,6 @@ * Makefile.in: Use relative paths to avoid advertising filesystem contents during compilation. - * makefile.w32-in: Likewise. - 2006-08-21 Robert J. Chassell <bob@rattlesnake.com> * emacs-lisp-intro.texi: deleted in directory copy of texinfo.tex
--- a/lispintro/makefile.w32-in Mon Oct 30 08:47:46 2006 +0000 +++ b/lispintro/makefile.w32-in Mon Oct 30 14:15:15 2006 +0000 @@ -21,7 +21,7 @@ srcdir = . -infodir = ../info +infodir = $(srcdir)/../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) - cd $(srcdir); $(MAKEINFO) emacs-lisp-intro.texi -o $(infodir)/eintr + $(MAKEINFO) -o $@ $(srcdir)/emacs-lisp-intro.texi emacs-lisp-intro.dvi: $(INFO_SOURCES) $(ENVADD) $(TEXI2DVI) $(srcdir)/emacs-lisp-intro.texi