1. NAME▲
tie - merge or apply WEB change files
2. SYNOPSIS ▲
tie
-c|-m outputfile masterfile changefile...
3. DESCRIPTION ▲
The tieprogram is used to process multiple change files used with the WEB system for literate programming. The WEB programs allow to apply patches to a source file (the masterfile ) by means of a number of change files (often only a single change file is allowed). Tiecan be used to either merge up to nine change files into a single one or to apply the changes to the masterfilein order to create a new one. Output of either the new change file or the patched master file goes into outputfile.
3.1. OPTIONS ▲
-c
Create a single change file from the given changefiles.
-m
Create a new master file by applying the given changefiles.
4. SEE ALSO ▲
web(1), cweb(1l).
5. AUTHOR ▲
Klaus Guntermann, TH Darmstadt, Institut f. Theoretische Informatik. Man page by Joachim Schnitter, TH Darmstadt, Phys. Chemie I.