[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[5947] tweaks in temporary development Makefile; use svn keywords
From: |
karl |
Subject: |
[5947] tweaks in temporary development Makefile; use svn keywords |
Date: |
Wed, 03 Dec 2014 01:01:00 +0000 |
Revision: 5947
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5947
Author: karl
Date: 2014-12-03 01:00:59 +0000 (Wed, 03 Dec 2014)
Log Message:
-----------
tweaks in temporary development Makefile; use svn keywords
Modified Paths:
--------------
trunk/texindex/Makefile
trunk/texindex/README
trunk/texindex/ti.twjr
Property Changed:
----------------
trunk/texindex/README
trunk/texindex/ti.twjr
Modified: trunk/texindex/Makefile
===================================================================
--- trunk/texindex/Makefile 2014-12-03 00:57:15 UTC (rev 5946)
+++ trunk/texindex/Makefile 2014-12-03 01:00:59 UTC (rev 5947)
@@ -4,13 +4,13 @@
all: texindex.awk ti.pdf
$(TEXISOURCE): $(SOURCE)
- ./jrweave $(SOURCE) > $(TEXISOURCE)
+ $(GAWK) ./jrweave $(SOURCE) >$(TEXISOURCE) || rm -f $@
texindex.awk: $(SOURCE)
- ./jrtangle $(SOURCE)
+ ./jrtangle $(SOURCE) || rm -f $@
ti.pdf: $(TEXISOURCE)
- texi2dvi --pdf --batch --build-dir=ti.t2p -o ti.pdf ti.texi
+ texi2dvi --pdf --build-dir=ti.t2p -o ti.pdf ti.texi
html: ti.html
Modified: trunk/texindex/README
===================================================================
--- trunk/texindex/README 2014-12-03 00:57:15 UTC (rev 5946)
+++ trunk/texindex/README 2014-12-03 01:00:59 UTC (rev 5947)
@@ -1,24 +1,23 @@
-Fri May 30 10:31:20 IDT 2014
-============================
+$Id$
This is texindex.awk, a replacement version of the texindex.c program
from Texinfo. It's written in a literate style using TexiWebJr.
-ChangeLog --- What it looks like
-Makefile --- What it looks like
-README --- What it looks like
-donald_knuth.png --- A cute cartoon
-jrtangle --- TexiWeb Jr tangle program
-jrweave --- TexiWeb Jr weave program
-texindex.awk --- The program (created from ti.twjr)
-tests/gawk.cp --- Gawk manual unsorted index, test input
-tests/gawk.cps-cvers --- Output of same from C version
-tests/gawk.cps-good --- Output of same from awk version
-tests/texinfo.cp --- Texinfo manual unsorted index, test input
-tests/texinfo.cps-cvers --- Output of same from C version
-tests/texinfo.cps-good --- Output of same from awk version
-tests/texinfo.fn --- Texinfo manual unsorted index, test input
-tests/texinfo.fns-cvers --- Output of same from C version
-tests/texinfo.fns-good --- Output of same from awk version
-tests/texinfo.tex --- What it looks like
-ti.twjr --- TexiWeb Jr source file
+ChangeLog -- What it looks like
+Makefile -- What it looks like
+README -- What it looks like
+donald_knuth.png -- A cute cartoon
+jrtangle -- TexiWeb Jr tangle program
+jrweave -- TexiWeb Jr weave program
+texindex.awk -- The program (created from ti.twjr)
+tests/gawk.cp -- Gawk manual unsorted index, test input
+tests/gawk.cps-cvers -- Output of same from C version
+tests/gawk.cps-good -- Output of same from awk version
+tests/texinfo.cp -- Texinfo manual unsorted index, test input
+tests/texinfo.cps-cvers -- Output of same from C version
+tests/texinfo.cps-good -- Output of same from awk version
+tests/texinfo.fn -- Texinfo manual unsorted index, test input
+tests/texinfo.fns-cvers -- Output of same from C version
+tests/texinfo.fns-good -- Output of same from awk version
+tests/texinfo.tex -- What it looks like
+ti.twjr -- TexiWeb Jr source file
Property changes on: trunk/texindex/README
___________________________________________________________________
Added: svn:keywords
+ Date Author Id
Modified: trunk/texindex/ti.twjr
===================================================================
--- trunk/texindex/ti.twjr 2014-12-03 00:57:15 UTC (rev 5946)
+++ trunk/texindex/ti.twjr 2014-12-03 01:00:59 UTC (rev 5947)
@@ -1,4 +1,6 @@
\input texinfo @c -*-texinfo-*-
address@hidden $Id$
+
@c vim: filetype=texinfo tabstop=4
@c %**start of header (This is for running Texinfo on a region.)
@setfilename texindex.info
Property changes on: trunk/texindex/ti.twjr
___________________________________________________________________
Added: svn:keywords
+ Date Author Id
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [5947] tweaks in temporary development Makefile; use svn keywords,
karl <=