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 ap‐
17 ply the changes to the masterfile in order to create a new one. Output
18 of either the new change file or the patched master file goes into out‐
19 putfile.
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. To avoid conflicts with other programs
30 that also use the WEBINPUTS environment, you can be more specific and
31 use WEBINPUTS_tie for special requirements in TIE.
32
34 web(1), ctie(1), cweb(1).
35
37 Klaus Guntermann, TH Darmstadt, Institut f. Theoretische Informatik.
38 Man page by Joachim Schnitter, TH Darmstadt, Phys. Chemie I.
39
40
41
42Web2C 2022 8 June 2020 TIE(1)