aboutsummaryrefslogtreecommitdiff
path: root/scripts/Makefile.am
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-03-05 18:05:27 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-03-05 18:05:27 -0500
commit4a3aef3f7236d2b3267aead61f11c587c6f4bddb (patch)
treebea89287f8cf6290fc230fb82fb11b3b9a5c6e0f /scripts/Makefile.am
parent9166f1762976cb64acfd8c9ecc067132ffefa615 (diff)
downloadcalfuse-4a3aef3f7236d2b3267aead61f11c587c6f4bddb.tar.gz
Further improvements
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r--scripts/Makefile.am21
1 files changed, 18 insertions, 3 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 1f3b7d7..98f1c6c 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -1,4 +1,7 @@
+SUBDIRS = .
bin_SCRIPTS = \
+ calfuse.csh \
+ calfuse.sh \
calfuse.wavecal \
cf_make_900_obs.csh \
cf_make_all.csh \
@@ -11,13 +14,25 @@ bin_SCRIPTS = \
listhead \
listtra
-EXTRA_DIST = cfsetup.csh.in \
- cfsetup.sh.in
+EXTRA_DIST = \
+ cfsetup.csh.in \
+ cfsetup.sh.in \
+ calfuse.csh \
+ calfuse.sh \
+ calfuse.wavecal \
+ cf_make_900_obs.csh \
+ cf_make_all.csh \
+ cf_make_all_obs.csh \
+ idl_obsplot.pl \
+ idlplot_rate.pl \
+ idlplot_spex.pl \
+ listhead \
+ listtra
CLEANFILES = cfsetup.csh \
cfsetup.sh
-do_subst = sed -e 's,[@]DATADIR[@],$(datadir),g' \
+do_subst = sed -e 's,[@]DATADIR[@],$(pkgdatadir)-$(VERSION),g' \
-e 's,[@]PREFIX[@],$(prefix),g' \
-e 's,[@]VERSION[@],$(VERSION),g'