* makefile.w32-in: Revert last change.
This commit is contained in:
parent
ab785936c8
commit
772033adc2
2 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue