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. To avoid conflicts with other programs
32 that also use the CWEBINPUTS environment, you can be more specific and
33 use CWEBINPUTS_ctie for special requirements in CTIE.
34
36 cweb(1), ctiedoc.tex, tie(1), web(1).
37
39 Julian Gilbey, jdg@debian.org. The original TIE program was by Klaus
40 Guntermann, TH Darmstadt, Institut f. Theoretische Informatik. The TIE
41 man page was by Joachim Schnitter, TH Darmstadt, Phys. Chemie I, and
42 was modified for CTIE by Julian Gilbey.
43
44
45
46Web2C 2021 8 June 2020 CTIE(1)