1TIE(1L) TIE(1L)
2
3
4
6 tie - merge or apply WEB change files
7
9 tie -c|-m outputfile masterfile changefile...
10
11
13 The tie program is used to process multiple change files used with
14 the WEB system for literate programming. The WEB programs allow to
15 apply patches to a source file (the masterfile) by means of a number
16 of change files (often only a single change file is allowed). Tie can
17 be used to either merge up to nine change files into a single one or
18 to apply the changes to the masterfile in order to create a new one.
19 Output of either the new change file or the patched master file goes
20 into outputfile.
21
22 OPTIONS
23 -c Create a single change file from the given changefiles.
24
25 -m Create a new master file by applying the given changefiles.
26
28 web(1), cweb(1l).
29
31 Klaus Guntermann, TH Darmstadt, Institut f. Theoretische Informatik.
32 Man page by Joachim Schnitter, TH Darmstadt, Phys. Chemie I.
33
34
35
36 9/24/92 TIE(1L)