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: Wed, 06 Feb 2008 22:59:47 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Jason Rumney <jasonr>   08/02/06 22:59:46

Index: makefile.w32-in
===================================================================
RCS file: /sources/emacs/emacs/doc/misc/makefile.w32-in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- makefile.w32-in     5 Feb 2008 14:53:01 -0000       1.7
+++ makefile.w32-in     6 Feb 2008 22:59:46 -0000       1.8
@@ -64,7 +64,7 @@
         "MAKEINFO=$(MAKEINFO) -I$(srcdir)" /C
 
 
-info: $(INFO_TARGETS) $(infodir)/dir
+info: $(INFO_TARGETS)
 
 dvi: $(DVI_TARGETS)
 
@@ -73,15 +73,15 @@
 # to exist in the build directory.
 # In a distribution of Emacs, the Info files should be up to date.
 
+$(infodir)/dir:
+       $(MULTI_INSTALL_INFO) --info-dir=$(infodir) $(INFO_TARGETS)
+
 # The following target uses an explicit -o switch to work around
 # the @setfilename directive in info.texi, which is required for
 # the Texinfo distribution.
 # Some Windows ports of makeinfo seem to require -o to come before the
 # texi filename, contrary to GNU standards.
 
-$(infodir)/dir: $(INFO_TARGETS)
-       $(MULTI_INSTALL_INFO) --info-dir=$(infodir) $(INFO_TARGETS)
-
 $(infodir)/info: $(INFOSOURCES)
        $(MAKEINFO) --no-split -o $@ info.texi
 




reply via email to

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