blob: 8d1f9f766d192ccdfbf6a80eede529068cc6fbe3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# External (non core-system) packages. To install a new package, add the
# two statements to define the package root directory and package task,
# then add the package helpdb to the `helpdb' list.
reset noao = iraf$noao/
task noao.pkg = noao$noao.cl
#reset tables = /iraf/extern/tables/
#task tables.pkg = tables$tables.cl
reset helpdb = "lib$helpdb.mip\
,noao$lib/helpdb.mip\
# ,tables$lib/helpdb.mip\
"
keep
|