1CTIE(1) General Commands Manual CTIE(1)
2
3
4
6 ctie - merge or apply CWEB change files
7
9 ctie -c|-m outputfile masterfile changefile...
10
12 The ctie program is used to process multiple change files used with the
13 CWEB system for literate programming. The CWEB programs allow one to
14 apply patches to a source file (the masterfile) by means of a single
15 change file. ctie can be used to either merge up to 32 change files
16 into a single one or to apply the changes to the masterfile in order to
17 create a new master file. Output of either the new change file or the
18 patched master file goes into outputfile. Any include files (indicated
19 using the CWEB @i command) are fully expanded during ctie processing,
20 which means that the change files are able to modify the contents of
21 any included files.
22
24 -c Create a single change file from the given changefiles.
25
26 -m Create a new master file by applying the given changefiles.
27
29 The environment variable CWEBINPUTS is used to search for the input
30 files, or the system default if CWEBINPUTS is not set. See tex(1) for
31 the details of the searching.
32
34 cweb(1), ctiedoc.tex, tie(1), web(1).
35
37 Julian Gilbey, jdg@debian.org. The original TIE program was by Klaus
38 Guntermann, TH Darmstadt, Institut f. Theoretische Informatik. The TIE
39 man page was by Joachim Schnitter, TH Darmstadt, Phys. Chemie I, and
40 was modified for CTIE by Julian Gilbey.
41
42
43
44Web2C 2019 7 April 2010 CTIE(1)