[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[6300] oops, image not found building ti.pdf at dist time; just skip it
From: |
karl |
Subject: |
[6300] oops, image not found building ti.pdf at dist time; just skip it |
Date: |
Tue, 02 Jun 2015 17:04:53 +0000 |
Revision: 6300
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6300
Author: karl
Date: 2015-06-02 17:04:52 +0000 (Tue, 02 Jun 2015)
Log Message:
-----------
oops, image not found building ti.pdf at dist time; just skip it
Modified Paths:
--------------
trunk/ChangeLog
trunk/doc/texinfo.texi
trunk/texindex/Makefile.am
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2015-06-02 16:43:38 UTC (rev 6299)
+++ trunk/ChangeLog 2015-06-02 17:04:52 UTC (rev 6300)
@@ -1,8 +1,8 @@
2015-06-02 Karl Berry <address@hidden>
- * texindex/ti.twjr (Seen): re-initialize for each output file.
+ * texindex/ti.twjr (Seen): re-initialize for each output file,
+ so a duplicated index entry is kept if it's in a different index.
Doc: discuss @ vs. \ as command character; indexing updates.
- * texindex/Makefile.am (EXTRA_DIST): let's include ti.pdf.
* doc/texinfo.texi (Details of texindex): a bit more about twjr.
* doc/texinfo.tex (\lastsection): define as empty in case
Modified: trunk/doc/texinfo.texi
===================================================================
--- trunk/doc/texinfo.texi 2015-06-02 16:43:38 UTC (rev 6299)
+++ trunk/doc/texinfo.texi 2015-06-02 17:04:52 UTC (rev 6300)
@@ -16458,9 +16458,7 @@
(@url{http://en.wikipedia.org/wiki/Literate_programming}) using
Texinfo for documentation and (portable) @code{awk} for code. A
single source file, @file{texindex/ti.twjr} in this case, produces the
-runnable program, a printable document, and an online document. The
-printable document, @file{texindex/ti.pdf}, is included in the Texinfo
-distribution.
+runnable program, a printable document, and an online document.
The system is called @file{texiwebjr} and was created by Arnold
Robbins, who also wrote the new @command{texindex}. Not
Modified: trunk/texindex/Makefile.am
===================================================================
--- trunk/texindex/Makefile.am 2015-06-02 16:43:38 UTC (rev 6299)
+++ trunk/texindex/Makefile.am 2015-06-02 17:04:52 UTC (rev 6300)
@@ -76,5 +76,5 @@
| $(do_subst) -e "s,address@hidden@],$$UPDATED,g" \
>ti.texi || rm -f ti.texi
-# a fun cartoon used in the literate program, and the document itself.
-EXTRA_DIST += dek_idx.png ti.pdf
+# a fun cartoon used in the literate program.
+EXTRA_DIST += dek_idx.png
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [6300] oops, image not found building ti.pdf at dist time; just skip it,
karl <=