* makefile.w32-in (info): Depend on $(infodir)/dir

($(infodir)/dir): Depend on info files.
This commit is contained in:
Jason Rumney
2008-02-05 14:53:02 +00:00
parent 6a20941828
commit 2ca712b648
8 changed files with 28 additions and 8 deletions

View File

@@ -1,3 +1,8 @@
2008-02-05 Jason Rumney <jasonr@gnu.org>
* makefile.w32-in (info): Depend on $(infodir)/dir
($(infodir)/dir): Depend on info files.
2008-02-02 Eli Zaretskii <eliz@gnu.org>
* maintaining.texi (Tags): Fix last change.

View File

@@ -102,7 +102,7 @@ EMACSSOURCES= \
$(srcdir)/kmacro.texi \
$(EMACS_XTRA)
info: $(INFO_TARGETS)
info: $(INFO_TARGETS) $(infodir)/dir
dvi: $(DVI_TARGETS)
@@ -111,7 +111,7 @@ dvi: $(DVI_TARGETS)
# to exist in the build directory.
# In a distribution of Emacs, the Info files should be up to date.
$(infodir)/dir:
$(infodir)/dir: $(INFO_TARGETS)
$(MULTI_INSTALL_INFO) --info-dir=$(infodir) $(INFO_TARGETS)
$(infodir)/emacs: $(EMACSSOURCES)

View File

@@ -1,3 +1,8 @@
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)
info: $(INFO_TARGETS) $(infodir)/dir
$(infodir)/dir:
$(infodir)/dir: $(INFO_TARGETS)
$(INSTALL_INFO) --info-dir=$(infodir) $(INFO_TARGETS)
dvi: $(DVI_TARGETS)

View File

@@ -1,3 +1,8 @@
2008-02-05 Jason Rumney <jasonr@gnu.org>
* makefile.w32-in (info): Depend on $(infodir)/dir
($(infodir)/dir): Depend on info files.
2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
* display.texi (Button Types):

View File

@@ -101,9 +101,9 @@ srcs = \
# The info file is named `elisp'.
info: $(infodir)/elisp
info: $(infodir)/elisp $(infodir)/dir
$(infodir)/dir:
$(infodir)/dir: $(infodir)/elisp
$(INSTALL_INFO) --info-dir=$(infodir) $(infodir)/elisp
$(infodir)/elisp: $(srcs)

View File

@@ -1,3 +1,8 @@
2008-02-05 Jason Rumney <jasonr@gnu.org>
* makefile.w32-in (info): Depend on $(infodir)/dir
($(infodir)/dir): Depend on info files.
2008-01-28 Michael Sperber <sperber@deinprogramm.de>
* gnus.texi (Mail Source Specifiers): Document `group' specifier.

View File

@@ -64,7 +64,7 @@ ENVADD = $(srcdir)\..\..\nt\envadd.bat "TEXINPUTS=$(srcdir);$(TEXINPUTS)" \
"MAKEINFO=$(MAKEINFO) -I$(srcdir)" /C
info: $(INFO_TARGETS)
info: $(INFO_TARGETS) $(infodir)/dir
dvi: $(DVI_TARGETS)
@@ -79,7 +79,7 @@ dvi: $(DVI_TARGETS)
# Some Windows ports of makeinfo seem to require -o to come before the
# texi filename, contrary to GNU standards.
$(infodir)/dir:
$(infodir)/dir: $(INFO_TARGETS)
$(MULTI_INSTALL_INFO) --info-dir=$(infodir) $(INFO_TARGETS)
$(infodir)/info: $(INFOSOURCES)