1. NAME

ctie - merge or apply CWEB change files

2. SYNOPSIS

ctie

-c|-m outputfile masterfile changefile...

3. DESCRIPTION

The CTIEprogram is used to process multiple change files used with the CWEB system for literate programming. The CWEB programs allow one to apply patches to a source file (the masterfile ) by means of a single change file. CTIEcan be used to either merge up to 32 change files into a single one or to apply the changes to the masterfilein order to create a new master file. Output of either the new change file or the patched master file goes into outputfile . Any include files (indicated using the CWEB @icommand) are fully expanded during CTIEprocessing, which means that the change files are able to modify the contents of any included files. Also, if this program has been compiled using the kpathsealibrary, then files are searched for using the CWEBINPUTSenvironment variable, as described in the kpathseadocumentation.

4. OPTIONS

-c

    Create a single change file from the given changefiles .

-m

    Create a new master file by applying the given changefiles .

5. SEE ALSO

R cweb (1), ctiedoc.tex ,

R tie (1),

R web (1).

6. AUTHOR

Julian Gilbey, . The original TIE program was by Klaus Guntermann, TH Darmstadt, Institut f. Theoretische Informatik. The TIE man page was by Joachim Schnitter, TH Darmstadt, Phys. Chemie I, and was modified for CTIE by Julian Gilbey.