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
11
13 The CTIE program is used to process multiple change files used with the
14 CWEB system for literate programming. The CWEB programs allow one to
15 apply patches to a source file (the masterfile) by means of a single
16 change file. CTIE can be used to either merge up to 32 change files
17 into a single one or to apply the changes to the masterfile in order to
18 create a new master file. Output of either the new change file or the
19 patched master file goes into outputfile. Any include files (indicated
20 using the CWEB @i command) are fully expanded during CTIE processing,
21 which means that the change files are able to modify the contents of
22 any included files. Also, if this program has been compiled using the
23 kpathsea library, then files are searched for using the CWEBINPUTS
24 environment variable, as described in the kpathsea documentation.
25
27 -c Create a single change file from the given changefiles.
28
29 -m Create a new master file by applying the given changefiles.
30
32 cweb(1), ctiedoc.tex, tie(1), web(1).
33
35 Julian Gilbey, jdg@debian.org. The original TIE program was by Klaus
36 Guntermann, TH Darmstadt, Institut f. Theoretische Informatik. The TIE
37 man page was by Joachim Schnitter, TH Darmstadt, Phys. Chemie I, and
38 was modified for CTIE by Julian Gilbey.
39
40
41
42 20/04/2003 CTIE(1)