1TIE(1) General Commands Manual TIE(1)
2
3
4
6 tie - merge or apply WEB change files
7
9 tie -c|-m outputfile masterfile changefile...
10
12 The tie program is used to process multiple change files used with the
13 WEB system for literate programming. The WEB programs allow to apply
14 patches to a source file (the masterfile) by means of a number of
15 change files (often only a single change file is allowed). Tie can be
16 used to either merge up to 32 change files into a single one or to
17 apply the changes to the masterfile in order to create a new one. Out‐
18 put of either the new change file or the patched master file goes into
19 outputfile.
20
22 -c Create a single change file from the given changefiles.
23
24 -m Create a new master file by applying the given changefiles.
25
27 The environment variable WEBINPUTS is used to search for the input
28 files, or the system default if WEBINPUTS is not set. See tex(1) for
29 the details of the searching.
30
32 web(1), ctie(1), cweb(1).
33
35 Klaus Guntermann, TH Darmstadt, Institut f. Theoretische Informatik.
36 Man page by Joachim Schnitter, TH Darmstadt, Phys. Chemie I.
37
38
39
40Web2C 2018 7 April 2010 TIE(1)