]> code.delx.au - gnu-emacs/commitdiff
* makefile.w32-in: Revert last change.
authorChong Yidong <cyd@stupidchicken.com>
Mon, 30 Oct 2006 14:15:15 +0000 (14:15 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 30 Oct 2006 14:15:15 +0000 (14:15 +0000)
lispintro/ChangeLog
lispintro/makefile.w32-in

index 48e46e434293b0d9f419bce4f030e8544e8f8a41..a210e21d98e499123eab41c7b0f80b12081021a6 100644 (file)
@@ -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
index c0ab93432e38e8b89a63e16d574eeb3ddf6777a9..c0b4b2a7b697c804b70f473c295e13bd284726d1 100644 (file)
@@ -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 @@ $(infodir)/dir:
 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