diff options
author | Thomas White <taw@physics.org> | 2015-04-16 15:15:25 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-04-20 15:50:40 +0200 |
commit | cd62de314513feac7c98f6e01123507b7138e922 (patch) | |
tree | 190786ff8d555a0d594b41e7f9cfcb6a3dfde0d8 /Makefile.am | |
parent | ad25f6413156d53baa367a6ae0d5287f0a6c1e90 (diff) |
Improve and fix scripts/detector-shift
Because of a bug in the regexp, it did not apply the shifts to all
panels.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 2744819e..1b1ec96b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -188,7 +188,7 @@ script_DATA = scripts/alternate-stream scripts/cell-please \ scripts/find-pairs scripts/plot-cc-and-scale.R \ scripts/ave-resolution scripts/crystal-frame-number \ scripts/plot-radius-resolution scripts/plot-predict-refine \ - scripts/detector-shift scripts/plot-detector-shift + scripts/detector-shift EXTRA_DIST += $(script_DATA) |