This program takes a catalog (IFF CTLG) file and a catalog descriptor
(.cd) file as input, and generates the corresponding catalog translation
(.ct) file.
Usage is:
CTLG2CT <ctlg-file> <cd-file>
The input files are expected to be correctly formatted. All output from
the program goes to the standard output; normally you will want to
redirect this. Eg.:
CTLG2CT foo.catalog foo.cd >foo.ct
Source code is included.
Changes since V1.14:
* Bug fixes.
|