beta-0.89.2
[luatex.git] / source / texk / web2c / man / tie.man
blob065417562652b5b00b4804a5fcb21baf9c9bbe3a
1 .TH TIE 1 "7 April 2010" "Web2C @VERSION@"
2 .\"=====================================================================
3 .SH NAME
4 tie \- merge or apply WEB change files
5 .\"=====================================================================
6 .SH SYNOPSIS
7 .B tie
8 .BR \-c | \-m
9 .I outputfile masterfile
10 .IR changefile .\|.\|.
11 .\"=====================================================================
12 .SH DESCRIPTION
13 The
14 .B tie
15 program is used to process multiple change files used with the WEB
16 system for literate programming.  The WEB programs allow to apply
17 patches to a source file (the
18 .IR masterfile )
19 by means of a number of change files (often only a single change file
20 is allowed).
21 .B Tie
22 can be used to either merge up to 32 change files into a single one
23 or to apply the changes to the
24 .I masterfile
25 in order to create a new one.  Output of either the new change file or
26 the patched master file goes into
27 .IR outputfile .
28 .\"=====================================================================
29 .SH OPTIONS
30 .TP
31 .B \-c
32 Create a single change file from the given
33 .IR changefile s.
34 .TP
35 .B \-m
36 Create a new master file by applying the given
37 .IR changefile s.
38 .\"=====================================================================
39 .SH ENVIRONMENT
40 The environment variable WEBINPUTS is used to search for the input files,
41 or the system default if WEBINPUTS is not set.  See
42 .BR tex (1)
43 for the details of the searching.
44 .\"=====================================================================
45 .SH "SEE ALSO"
46 .BR web (1),
47 .BR ctie (1),
48 .BR cweb (1).
49 .\"=====================================================================
50 .SH "AUTHOR"
51 Klaus Guntermann, TH Darmstadt, Institut f. Theoretische Informatik.  Man page
52 by Joachim Schnitter, TH Darmstadt, Phys. Chemie I.