texinfo-commits
[Top][All Lists]
Advanced

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

[7918] wwwdoc-build no info manual


From: gavinsmith0123
Subject: [7918] wwwdoc-build no info manual
Date: Mon, 10 Jul 2017 13:59:21 -0400 (EDT)

Revision: 7918
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7918
Author:   gavin
Date:     2017-07-10 13:59:21 -0400 (Mon, 10 Jul 2017)
Log Message:
-----------
wwwdoc-build no info manual

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/doc/Makefile.am

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2017-07-10 17:55:17 UTC (rev 7917)
+++ trunk/ChangeLog     2017-07-10 17:59:21 UTC (rev 7918)
@@ -1,5 +1,10 @@
 2017-07-10  Gavin Smith  <address@hidden>
 
+       * doc/Makefile.am (wwwdoc-build): Remove commands that could
+       build the "info" manual.
+
+2017-07-10  Gavin Smith  <address@hidden>
+
        * NEWS: Update with various news items.
 
 2017-07-09  Gavin Smith  <address@hidden>

Modified: trunk/doc/Makefile.am
===================================================================
--- trunk/doc/Makefile.am       2017-07-10 17:55:17 UTC (rev 7917)
+++ trunk/doc/Makefile.am       2017-07-10 17:59:21 UTC (rev 7918)
@@ -89,15 +89,12 @@
 # A nice side effect of using --html is to eliminate the fancy css default;
 # otherwise, we could use gendocs_template_min.
 #
-manual1 = info
-manual1_title = "GNU Info manual"
+manual1 = info-stnd
+manual1_title = "GNU standalone info manual"
 #
-manual2 = info-stnd
-manual2_title = "GNU standalone info manual"
+manual2 = texinfo
+manual2_title = "GNU Texinfo manual"
 #
-manual3 = texinfo
-manual3_title = "GNU Texinfo manual"
-#
 # We also make a little HTML document for pod2texi script.
 pod2texi_pl = $(abs_top_srcdir)/Pod-Simple-Texinfo/pod2texi.pl
 
@@ -111,7 +108,6 @@
        && ln -s ../*.texi . \
        && $(gendocs_invoke) -o $(manual1) $(manual1) $(manual1_title) \
        && $(gendocs_invoke) -o $(manual2) $(manual2) $(manual2_title) \
-       && $(gendocs_invoke) -o $(manual3) $(manual3) $(manual3_title) \
        && pod2html $(pod2texi_pl) >pod2texi.html \
        && echo "Manuals ready for web distribution under: $(doctemp)/"
 #
@@ -119,7 +115,7 @@
 # http://www.gnu.org/software/texinfo/manual/
 wwwdoc-install:
        cp -arf $(doctemp)/$(manual1) $(doctemp)/$(manual2) \
-                $(doctemp)/$(manual3) $(doctemp)/pod2texi.html \
+                $(doctemp)/pod2texi.html \
                 $(www_target)
        ls -ltu $(www_target)/*/html_node | tail  # cvs rm -f obsolete files
 # followed by cvs add of new files and cvs commit.




reply via email to

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