texlive[69852] Build/source/texk/web2c: [CWEB] Link CTWILL manpage

commits+ascherer at tug.org commits+ascherer at tug.org
Wed Feb 14 09:19:45 CET 2024


Revision: 69852
          https://tug.org/svn/texlive?view=revision&revision=69852
Author:   ascherer
Date:     2024-02-14 09:19:45 +0100 (Wed, 14 Feb 2024)
Log Message:
-----------
[CWEB] Link CTWILL manpage for CTWILL-PROOFSORT.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/cwebdir/ChangeLog
    trunk/Build/source/texk/web2c/cwebdir/ctwill-proofsort
    trunk/Build/source/texk/web2c/man/ChangeLog
    trunk/Build/source/texk/web2c/man/Makefile.am
    trunk/Build/source/texk/web2c/man/Makefile.in
    trunk/Build/source/texk/web2c/man/ctwill.man

Modified: trunk/Build/source/texk/web2c/cwebdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ChangeLog	2024-02-14 07:48:47 UTC (rev 69851)
+++ trunk/Build/source/texk/web2c/cwebdir/ChangeLog	2024-02-14 08:19:45 UTC (rev 69852)
@@ -1,3 +1,7 @@
+2024-02-14  Andreas Scherer  <https://ascherer.github.io>
+
+	* cwtwill-proofsort: In-place invocation.
+
 2024-01-24  Andreas Scherer  <https://ascherer.github.io>
 
 	* cweave.w,

Modified: trunk/Build/source/texk/web2c/cwebdir/ctwill-proofsort
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ctwill-proofsort	2024-02-14 07:48:47 UTC (rev 69851)
+++ trunk/Build/source/texk/web2c/cwebdir/ctwill-proofsort	2024-02-14 08:19:45 UTC (rev 69852)
@@ -100,12 +100,10 @@
 
 =item Run CTWILL twice on your 'input_file'.w, creating 'input_file'.tex
 
-=item Invoke "ctwill-proofsort < 'input_file'.tex > 'input_file'-sorted.tex"
+=item Invoke "( ctwill-proofsort < 'input_file'.tex ) 1<> 'input_file'.tex"
 
-=item Invoke "mv 'input_file'-sorted.tex 'input_file'.tex"
+=item Run TeX on 'input_file'.tex once
 
-=item Run TeX on 'input_file'.tex
-
 =back
 
 See also "man ctwill" for more information on how to use the CTWILL system,
@@ -121,10 +119,8 @@
 
 =item $ ctwill +P -x mmotype mmotype-twill (run this two times)
 
-=item $ ctwill-proofsort < mmotype.tex > mmotype-sorted.tex
+=item $ ( ctwill-proofsort < mmotype.tex ) 1<> mmotype.tex
 
-=item $ mv mmotype-sorted.tex mmotype.tex
-
 =item $ tex mmotype
 
 =back

Modified: trunk/Build/source/texk/web2c/man/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/man/ChangeLog	2024-02-14 07:48:47 UTC (rev 69851)
+++ trunk/Build/source/texk/web2c/man/ChangeLog	2024-02-14 08:19:45 UTC (rev 69852)
@@ -1,7 +1,13 @@
+2024-02-14  Andreas Scherer  <https://ascherer.github.io>
+
+	* Makefile.am,
+	* Makefile.in,
+	* ctwill.man: Link CTWILL manpage for ctwill-proofsort.
+
 2024-02-12  Andreas Scherer  <https://ascherer.github.io>
 
 	* Makefile.am,
-	* Makefile.in: Link TWILL manpage.
+	* Makefile.in: Link TWILL manpage for twill-refsort.
 
 2024-01-24  Andreas Scherer  <https://ascherer.github.io>
 

Modified: trunk/Build/source/texk/web2c/man/Makefile.am
===================================================================
--- trunk/Build/source/texk/web2c/man/Makefile.am	2024-02-14 07:48:47 UTC (rev 69851)
+++ trunk/Build/source/texk/web2c/man/Makefile.am	2024-02-14 08:19:45 UTC (rev 69852)
@@ -11,7 +11,7 @@
 
 # Symlinks within $(man1dir): FILE:LINK indicates LINK.1->FILE.1
 man1_links = cweb:ctangle cweb:cweave
-man1_links += ctwill:ctwill-refsort ctwill:ctwill-twinx
+man1_links += ctwill:ctwill-proofsort ctwill:ctwill-refsort ctwill:ctwill-twinx
 
 if WEB
 man_sources += $(web_man_sources)

Modified: trunk/Build/source/texk/web2c/man/Makefile.in
===================================================================
--- trunk/Build/source/texk/web2c/man/Makefile.in	2024-02-14 07:48:47 UTC (rev 69851)
+++ trunk/Build/source/texk/web2c/man/Makefile.in	2024-02-14 08:19:45 UTC (rev 69852)
@@ -468,7 +468,8 @@
 bootstrap_man_sources = ctie.man cweb.man ctwill.man tangle.man tie.man
 
 # Symlinks within $(man1dir): FILE:LINK indicates LINK.1->FILE.1
-man1_links = cweb:ctangle cweb:cweave ctwill:ctwill-refsort \
+man1_links = cweb:ctangle cweb:cweave \
+	ctwill:ctwill-proofsort ctwill:ctwill-refsort \
 	ctwill:ctwill-twinx twill:twill-refsort $(am__append_3) \
 	$(am__append_5) $(am__append_6) $(am__append_10) \
 	$(am__append_12) $(am__append_14) $(am__append_17) \

Modified: trunk/Build/source/texk/web2c/man/ctwill.man
===================================================================
--- trunk/Build/source/texk/web2c/man/ctwill.man	2024-02-14 07:48:47 UTC (rev 69851)
+++ trunk/Build/source/texk/web2c/man/ctwill.man	2024-02-14 08:19:45 UTC (rev 69852)
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc
 .\"
-.TH "CTWILL" "1" "December 02, 2023" "Web2c @VERSION@" "General Commands Manual"
+.TH "CTWILL" "1" "February 14, 2024" "Web2c @VERSION@" "General Commands Manual"
 .SH NAME
 ctwill, ctwill-proofsort, ctwill-refsort, ctwill-twinx \- translate CWEB to TeX with
 mini\-indexes
@@ -10,8 +10,8 @@
 .PD 0
 .P
 .PD
-\f[B]ctwill-proofsort\f[R] < \f[I]texfile\f[R].tex >
-\f[I]texfile\f[R]\-sorted.tex
+( \f[B]ctwill-proofsort\f[R] < \f[I]texfile\f[R].tex ) 1<>
+\f[I]texfile\f[R].tex
 .PD 0
 .P
 .PD
@@ -106,10 +106,8 @@
 You can use \f[B]ctwill-proofsort\f[R] to get the index entries in alphabetical
 order; just invoke
 .IP \[bu] 2
-\f[B]ctwill-proofsort\f[R] < \f[I]texfile\f[R].tex >
-\f[I]texfile\f[R]\-sorted.tex
-.IP \[bu] 2
-\f[B]mv\f[R] \f[I]texfile\f[R]\-sorted.tex \f[I]texfile\f[R].tex
+( \f[B]ctwill-proofsort\f[R] < \f[I]texfile\f[R].tex ) 1<>
+\f[I]texfile\f[R].tex
 .PP
 after invoking \f[B]ctwill\f[R] (twice), but before invoking TeX (once).
 .PP



More information about the tex-live-commits mailing list.