1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00

Revert last change

This commit is contained in:
Jason Rumney 2008-02-06 23:02:52 +00:00
parent f272c0fda9
commit 9c92f9c982
2 changed files with 2 additions and 7 deletions

View File

@ -1,8 +1,3 @@
2008-02-05 Jason Rumney <jasonr@gnu.org>
* makefile.w32-in (info): Depend on $(infodir)/dir
($(infodir)/dir): Depend on info files.
2008-01-31 Robert J. Chassell <bob@rattlesnake.com>
* emacs-lisp-intro.texi: Update back cover text.

View File

@ -38,9 +38,9 @@ ENVADD = $(srcdir)\..\..\nt\envadd.bat "TEXINPUTS=$(srcdir);$(TEXINPUTS)" \
.SUFFIXES: .dvi .ps .texi
info: $(INFO_TARGETS) $(infodir)/dir
info: $(INFO_TARGETS)
$(infodir)/dir: $(INFO_TARGETS)
$(infodir)/dir:
$(INSTALL_INFO) --info-dir=$(infodir) $(INFO_TARGETS)
dvi: $(DVI_TARGETS)