]> code.delx.au - gnu-emacs/commitdiff
Remove some doc/misc/Makefile.in stuff that is not needed any more
authorGlenn Morris <rgm@gnu.org>
Sun, 23 Jun 2013 01:48:23 +0000 (18:48 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 23 Jun 2013 01:48:23 +0000 (18:48 -0700)
* doc/misc/Makefile.in (HTML_TARGETS, html, emacs-faq.html, emacs-faq):
Remove; not needed now we use a standard html layout for the faq.
(clean): Remove HTML_TARGETS, emacs-faq.text.

doc/misc/ChangeLog
doc/misc/Makefile.in

index e167c73f7f1e048e3171399ea2112e7479718eab..3a263b68be73f06b74476e6d5e35c16366d15c68 100644 (file)
@@ -1,3 +1,9 @@
+2013-06-23  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (HTML_TARGETS, html, emacs-faq.html, emacs-faq):
+       Remove; not needed now we use a standard html layout for the faq.
+       (clean): Remove HTML_TARGETS, emacs-faq.text.
+
 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
 
        * flymake.texi (Parsing the output, Customizable variables):
index c994a748ce9e51b9cfc8cc6ae84ed67b543ea81c..4fb4865b8a49b2986ecc00efa7b1f83e447eab4b 100644 (file)
@@ -163,8 +163,6 @@ PDF_TARGETS = \
        wisent.pdf \
        woman.pdf
 
-HTML_TARGETS = emacs-faq.html
-
 TEXI2DVI = texi2dvi
 TEXI2PDF = texi2pdf
 
@@ -194,8 +192,6 @@ webhack: clean
 
 dvi: $(DVI_TARGETS)
 
-html: $(HTML_TARGETS)
-
 pdf: $(PDF_TARGETS)
 
 # Note that all the Info targets build the Info files in srcdir.
@@ -402,15 +398,6 @@ faq.dvi: ${srcdir}/faq.texi $(emacsdir)/emacsver.texi
        $(ENVADD) $(TEXI2DVI) ${srcdir}/faq.texi
 faq.pdf: ${srcdir}/faq.texi $(emacsdir)/emacsver.texi
        $(ENVADD) $(TEXI2PDF) ${srcdir}/faq.texi
-## This is the name used on the Emacs web-page.
-## sed fixes up links to point to split version of the manual.
-emacs-faq.html: ${srcdir}/faq.texi $(emacsdir)/emacsver.texi
-       $(MAKEINFO) $(MAKEINFO_OPTS) --no-split \
-         --css-ref='/layout.css' --html -o $@ ${srcdir}/faq.texi
-       sed -i -e 's|a href="\([a-z]*\)\.html#\([^"]*\)"|a href="manual/html_node/\1/\2.html"|g' \
-         -e 's|/Top\.html|/|g' $@
-emacs-faq.text: ${srcdir}/faq.texi $(emacsdir)/emacsver.texi
-       $(MAKEINFO) $(MAKEINFO_OPTS) --plaintext -o $@ ${srcdir}/faq.texi
 
 flymake : $(buildinfodir)/flymake$(INFO_EXT)
 $(buildinfodir)/flymake$(INFO_EXT): ${srcdir}/flymake.texi ${gfdl}
@@ -720,7 +707,7 @@ mostlyclean:
        rm -f gnustmp.*
 
 clean: mostlyclean
-       rm -f $(DVI_TARGETS) $(PDF_TARGETS) $(HTML_TARGETS) emacs-faq.text
+       rm -f $(DVI_TARGETS) $(PDF_TARGETS)
        rm -f emacs-misc-${version}.tar*
 
 distclean: clean