emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/doc/emacs/makefile.w32-in,v


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/doc/emacs/makefile.w32-in,v
Date: Tue, 05 Feb 2008 14:53:04 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Jason Rumney <jasonr>   08/02/05 14:53:02

Index: emacs/makefile.w32-in
===================================================================
RCS file: /sources/emacs/emacs/doc/emacs/makefile.w32-in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- emacs/makefile.w32-in       23 Jan 2008 05:49:24 -0000      1.3
+++ emacs/makefile.w32-in       5 Feb 2008 14:53:02 -0000       1.4
@@ -102,7 +102,7 @@
        $(srcdir)/kmacro.texi \
        $(EMACS_XTRA)
 
-info: $(INFO_TARGETS)
+info: $(INFO_TARGETS) $(infodir)/dir
 
 dvi: $(DVI_TARGETS)
 
@@ -111,7 +111,7 @@
 # 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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]