From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- unix/hlib/extern.pkg.IRAFNET | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 unix/hlib/extern.pkg.IRAFNET (limited to 'unix/hlib/extern.pkg.IRAFNET') diff --git a/unix/hlib/extern.pkg.IRAFNET b/unix/hlib/extern.pkg.IRAFNET new file mode 100644 index 00000000..8d1f9f76 --- /dev/null +++ b/unix/hlib/extern.pkg.IRAFNET @@ -0,0 +1,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 -- cgit