diff options
author | Thomas White <taw@physics.org> | 2014-09-18 18:10:11 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-09-18 18:10:11 +0200 |
commit | 0a533227b1006b4019ea9fccd0957e8be7138f8d (patch) | |
tree | d2ff9c81c5ececd501f404388a620eaee9a57f19 /Makefile.am | |
parent | 0b1fa4693e4c4df54623cfeb91b3c887191236fa (diff) |
Tidy up scaling/CCs a bit
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 35986f75..dbb15aa7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -179,7 +179,8 @@ script_DATA = scripts/alternate-stream scripts/cell-please \ scripts/split-indexed scripts/stream_grep scripts/zone-axes \ scripts/Rsplit_surface scripts/Rsplit_surface.py \ scripts/clean-stream.py scripts/fg-graph scripts/truncate-stream \ - scripts/gen-sfs-expand scripts/add-beam-params scripts/find-pairs + scripts/gen-sfs-expand scripts/add-beam-params \ + scripts/find-pairs scripts/plot-cc-and-scale.R EXTRA_DIST += $(script_DATA) |