aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-08-27 01:04:08 -0700
committerGlenn Morris2013-08-27 01:04:08 -0700
commitc076ba953a2c7fe2b4ea80a66bec55250f5b6920 (patch)
tree6a31da71620eb6f0cdafcda5af067399c4efe26a
parenta0b5606ec769968b10c765f8ff50f312d691ef62 (diff)
downloademacs-c076ba953a2c7fe2b4ea80a66bec55250f5b6920.tar.gz
emacs-c076ba953a2c7fe2b4ea80a66bec55250f5b6920.zip
* doc/misc/Makefile.in (webhack): Remove; it's nothing to do with Emacs.
Presumably it is some Gnus thing.
-rw-r--r--doc/misc/ChangeLog2
-rw-r--r--doc/misc/Makefile.in4
2 files changed, 2 insertions, 4 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index b0a2b4cf526..4f1bb51c728 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,5 +1,7 @@
12013-08-27 Glenn Morris <rgm@gnu.org> 12013-08-27 Glenn Morris <rgm@gnu.org>
2 2
3 * Makefile.in (webhack): Remove; it's nothing to do with Emacs.
4
3 * efaq-w32.texi: Move here from the web-pages repository. 5 * efaq-w32.texi: Move here from the web-pages repository.
4 * Makefile.in (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32) 6 * Makefile.in (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
5 (DOCMISC_PDF_W32, DOCMISC_PS_W32): New configure output variables. 7 (DOCMISC_PDF_W32, DOCMISC_PS_W32): New configure output variables.
diff --git a/doc/misc/Makefile.in b/doc/misc/Makefile.in
index bf9daf4d966..e3a30180330 100644
--- a/doc/misc/Makefile.in
+++ b/doc/misc/Makefile.in
@@ -345,10 +345,6 @@ echo-info:
345 @echo "$(INFO_INSTALL) " | \ 345 @echo "$(INFO_INSTALL) " | \
346 sed -e 's|[^ ]*/||g' -e 's/\.info//g' -e "s/ */$(INFO_EXT) /g" 346 sed -e 's|[^ ]*/||g' -e 's/\.info//g' -e "s/ */$(INFO_EXT) /g"
347 347
348# please modify this for all the web manual targets
349webhack: clean
350 $(MAKE) pdf MAKEINFO_OPTS="-DWEBHACKDEVEL $(MAKEINFO_OPTS)"
351
352dvi: $(DVI_TARGETS) 348dvi: $(DVI_TARGETS)
353 349
354html: $(HTML_TARGETS) 350html: $(HTML_TARGETS)