aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-05-04 16:53:03 -0400
committerGlenn Morris2012-05-04 16:53:03 -0400
commit956cceb9b1ffb4117fd1ad556e782de281ee68e3 (patch)
tree8193cc9122113adcdb36d82656017fe2e4085df6
parent66408d1e522d39df85b597cf086a7a6570b2f424 (diff)
downloademacs-956cceb9b1ffb4117fd1ad556e782de281ee68e3.tar.gz
emacs-956cceb9b1ffb4117fd1ad556e782de281ee68e3.zip
* doc/misc/Makefile.in (info): Make it the first target again.
-rw-r--r--doc/misc/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/misc/Makefile.in b/doc/misc/Makefile.in
index ed1c497c25e..83bc2d7bf33 100644
--- a/doc/misc/Makefile.in
+++ b/doc/misc/Makefile.in
@@ -215,12 +215,13 @@ mkinfodir = @cd ${srcdir}; test -d ${infodir} || mkdir ${infodir} || test -d ${i
215 215
216.PHONY: info dvi pdf echo-info 216.PHONY: info dvi pdf echo-info
217 217
218# Default.
219info: $(INFO_TARGETS)
220
218## Used by top-level Makefile. 221## Used by top-level Makefile.
219echo-info: 222echo-info:
220 @echo $(INFO_TARGETS) | sed 's|[^ ]*/||g' 223 @echo $(INFO_TARGETS) | sed 's|[^ ]*/||g'
221 224
222info: $(INFO_TARGETS)
223
224# please modify this for all the web manual targets 225# please modify this for all the web manual targets
225webhack: clean 226webhack: clean
226 $(MAKE) pdf MAKEINFO_OPTS="-DWEBHACKDEVEL $(MAKEINFO_OPTS)" 227 $(MAKE) pdf MAKEINFO_OPTS="-DWEBHACKDEVEL $(MAKEINFO_OPTS)"