emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113140: Remove some doc/misc/Makefile.in stuff that


From: Glenn Morris
Subject: [Emacs-diffs] trunk r113140: Remove some doc/misc/Makefile.in stuff that is not needed any more
Date: Sun, 23 Jun 2013 01:48:29 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113140
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2013-06-22 18:48:23 -0700
message:
  Remove some doc/misc/Makefile.in stuff that is not needed any more
  
  * 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.
modified:
  doc/misc/ChangeLog             changelog-20091113204419-o5vbwnq5f7feedwu-6331
  doc/misc/Makefile.in           
makefile.in-20091113204419-o5vbwnq5f7feedwu-6287
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2013-06-21 14:36:13 +0000
+++ b/doc/misc/ChangeLog        2013-06-23 01:48:23 +0000
@@ -1,3 +1,9 @@
+2013-06-23  Glenn Morris  <address@hidden>
+
+       * 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  <address@hidden>
 
        * flymake.texi (Parsing the output, Customizable variables):

=== modified file 'doc/misc/Makefile.in'
--- a/doc/misc/Makefile.in      2013-06-19 07:01:22 +0000
+++ b/doc/misc/Makefile.in      2013-06-23 01:48:23 +0000
@@ -163,8 +163,6 @@
        wisent.pdf \
        woman.pdf
 
-HTML_TARGETS = emacs-faq.html
-
 TEXI2DVI = texi2dvi
 TEXI2PDF = texi2pdf
 
@@ -194,8 +192,6 @@
 
 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 @@
        $(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 @@
        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


reply via email to

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