blob: 8134ff5ba01b6a7313d2c470cf50eba8db46660a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Update tprint and tdump in the ttools package library.
# Author: HODGE, 2-FEB-1988
$checkout libpkg.a ../
$update libpkg.a
$checkin libpkg.a ../
$exit
libpkg.a:
tdump.x <tbset.h>
tprint.x <time.h> <finfo.h> <tbset.h>
tprhtml.x <tbset.h> tprint.h
tprplain.x <tbset.h> tprint.h
tprlatex.x <tbset.h> tprint.h
;
|