blob: f708c769d2b3b731b895a40c2bbdf3b9a7fe4f1f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Update the thistogram application code in the ttools package library
# Author: Phil Hodge, 2-DEC-1988
$checkout libpkg.a ../
$update libpkg.a
$checkin libpkg.a ../
$exit
libpkg.a:
thistogram.x <error.h> <tbset.h> "thistogram.h"
thoptions.x "thistogram.h"
tstat.x <tbset.h>
;
|