emacs-diffs
[Top][All Lists]
Advanced

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

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


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

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

Index: misc/makefile.w32-in
===================================================================
RCS file: /sources/emacs/emacs/doc/misc/makefile.w32-in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- misc/makefile.w32-in        22 Jan 2008 23:53:26 -0000      1.6
+++ misc/makefile.w32-in        5 Feb 2008 14:53:01 -0000       1.7
@@ -64,7 +64,7 @@
         "MAKEINFO=$(MAKEINFO) -I$(srcdir)" /C
 
 
-info: $(INFO_TARGETS)
+info: $(INFO_TARGETS) $(infodir)/dir
 
 dvi: $(DVI_TARGETS)
 
@@ -79,7 +79,7 @@
 # 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)




reply via email to

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