texinfo-commits
[Top][All Lists]
Advanced

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

[6103] explicitly generate ti.html and ti.info, @ setfilename notwithsta


From: karl
Subject: [6103] explicitly generate ti.html and ti.info, @ setfilename notwithstanding
Date: Sat, 07 Feb 2015 00:49:02 +0000

Revision: 6103
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6103
Author:   karl
Date:     2015-02-07 00:49:01 +0000 (Sat, 07 Feb 2015)
Log Message:
-----------
explicitly generate ti.html and ti.info, @setfilename notwithstanding

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2015-02-07 00:11:50 UTC (rev 6102)
+++ trunk/ChangeLog     2015-02-07 00:49:01 UTC (rev 6103)
@@ -1,6 +1,12 @@
 2015-02-06  Karl Berry  <address@hidden>
 
+       * texindex/Makefile.am (ti.info, ti.html): let's generate files by
+       these names, since it is not a user manual, hence not intended to be
+       installed in the Info directory.  @setfilename remains texindex
+       since the .awk is the principal output.
+
        * doc/texinfo.tex: make exact @findex entries for @w and @c.
+       Suggestion from Gavin, 6 Feb 2015 16:38:26.
 
 2015-02-06  Gavin Smith  <address@hidden>
 

Modified: trunk/texindex/Makefile.am
===================================================================
--- trunk/texindex/Makefile.am  2015-02-07 00:11:50 UTC (rev 6102)
+++ trunk/texindex/Makefile.am  2015-02-07 00:49:01 UTC (rev 6103)
@@ -55,7 +55,7 @@
 
 # build texindex.awk from ti.twjr using jrtangle; that creates
 # texindex.awk (hardwired).  Then we substitute configure-time variables
-# to avoid manually updates of the version number.
+# to avoid manual updates of the version number.
 # 
 texindex.awk: ti.twjr
        $(AWK) -f $(srcdir)/jrtangle $(srcdir)/ti.twjr || rm -f texindex.awk
@@ -65,10 +65,10 @@
 # how to build the pdf of the program-as-document.
 ti.pdf: ti.texi
        texi2pdf --tidy ti.texi
-texindex.info: ti.texi
-       makeinfo --no-split ti.texi
+ti.info: ti.texi
+       makeinfo --no-split ti.texi -o ti.info
 ti.html: ti.texi
-       makeinfo --no-split --html ti.texi
+       makeinfo --no-split --html ti.texi -o ti.html
 
 # unlink jrtangle, jrweave outputs to stdout; and we want the
 # usual UPDATED string.




reply via email to

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