diff options
author | Thomas White <taw@physics.org> | 2010-11-17 16:35:03 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:06 +0100 |
commit | 322bcc8d927078b1d672faf94c507c44f8104b1a (patch) | |
tree | 0a59c4a5c6a104dcb292ee66a3d33e2963c29431 /scripts/Makefile.in | |
parent | 45cccbb6eabd01d89451da6a1310586800570869 (diff) |
Update Makefiles
Diffstat (limited to 'scripts/Makefile.in')
-rw-r--r-- | scripts/Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/Makefile.in b/scripts/Makefile.in index 9fb269c2..0c4c03e6 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -169,12 +169,14 @@ crystfeldir = $(docdir)/scripts crystfel_DATA = check-near-bragg double-hit random-image stream-split \ wibbletron zone-axis create-mtz frequency i0-analysis mtz2hkl \ sequence-image test-facetron zone-axes alternate-stream README \ - indexing-rate observed-peak-rate + indexing-rate observed-peak-rate cell-please \ + check-hkl-completeness.gp check-hkl-quality.gp compare-hkl.gp EXTRA_DIST = check-near-bragg double-hit random-image stream-split \ wibbletron zone-axis create-mtz frequency i0-analysis mtz2hkl \ sequence-image test-facetron zone-axes alternate-stream README \ - indexing-rate observed-peak-rate + indexing-rate observed-peak-rate cell-please \ + check-hkl-completeness.gp check-hkl-quality.gp compare-hkl.gp all: all-am |