emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r108125: * doc/misc/Makefile.in (info


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108125: * doc/misc/Makefile.in (info): Make it the first target again.
Date: Fri, 04 May 2012 16:53:03 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 108125
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2012-05-04 16:53:03 -0400
message:
  * doc/misc/Makefile.in (info): Make it the first target again.
modified:
  doc/misc/Makefile.in
=== modified file 'doc/misc/Makefile.in'
--- a/doc/misc/Makefile.in      2012-05-04 06:45:03 +0000
+++ b/doc/misc/Makefile.in      2012-05-04 20:53:03 +0000
@@ -215,12 +215,13 @@
 
 .PHONY: info dvi pdf echo-info
 
+# Default.
+info: $(INFO_TARGETS)
+
 ## Used by top-level Makefile.
 echo-info:
        @echo $(INFO_TARGETS) | sed 's|[^ ]*/||g'
 
-info: $(INFO_TARGETS)
-
 # please modify this for all the web manual targets
 webhack: clean
        $(MAKE) pdf MAKEINFO_OPTS="-DWEBHACKDEVEL $(MAKEINFO_OPTS)"


reply via email to

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