From 0636814cc2c360fd9f37a1f7fe3e2be04cee8377 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 30 Mar 2011 17:28:54 +0200 Subject: Clean up old, useless and broken scripts --- Makefile.am | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d91d3ec0..db6d1286 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,6 +12,11 @@ noinst_PROGRAMS = tests/list_check TESTS = tests/list_check tests/first_merge_check tests/second_merge_check \ tests/third_merge_check tests/fourth_merge_check +EXTRA_DIST += tests/first_merge_check tests/second_merge_check \ + tests/third_merge_check tests/fourth_merge_check \ + tests/first_merge_check.hkl tests/third_merge_check.hkl \ + tests/fourth_merge_check.hkl + if BUILD_HDFSEE bin_PROGRAMS += src/hdfsee endif @@ -155,25 +160,19 @@ EXTRA_DIST += doc/geometry.txt doc/indexamajig.txt doc/pattern_sim.txt \ doc/examples/lcls-cxi-9keV.beam scriptdir = $(docdir)/scripts -script_DATA = scripts/check-near-bragg scripts/double-hit \ - scripts/random-image scripts/stream-split scripts/wibbletron \ - scripts/zone-axis scripts/create-mtz scripts/frequency \ - scripts/i0-analysis scripts/mtz2hkl scripts/sequence-image \ - scripts/test-facetron scripts/zone-axes \ - scripts/alternate-stream scripts/README scripts/indexing-rate \ - scripts/observed-peak-rate scripts/cell-please \ +script_DATA = scripts/check-near-bragg scripts/random-image \ + scripts/wibbletron scripts/create-mtz scripts/mtz2hkl \ + scripts/sequence-image scripts/zone-axes \ + scripts/alternate-stream scripts/README scripts/cell-please \ scripts/check-hkl-completeness.gp scripts/check-hkl-quality.gp \ scripts/compare-hkl.gp scripts/check-peak-detection -EXTRA_DIST += scripts/check-near-bragg scripts/double-hit scripts/random-image \ - scripts/stream-split scripts/wibbletron scripts/zone-axis \ - scripts/create-mtz scripts/frequency scripts/i0-analysis \ - scripts/mtz2hkl scripts/sequence-image scripts/test-facetron \ - scripts/zone-axes scripts/alternate-stream scripts/README \ - scripts/indexing-rate scripts/observed-peak-rate \ - scripts/cell-please scripts/check-hkl-completeness.gp \ - scripts/check-hkl-quality.gp scripts/compare-hkl.gp \ - scripts/check-peak-detection +EXTRA_DIST += scripts/check-near-bragg scripts/random-image \ + scripts/wibbletron scripts/create-mtz scripts/mtz2hkl \ + scripts/sequence-image scripts/zone-axes \ + scripts/alternate-stream scripts/README scripts/cell-please \ + scripts/check-hkl-completeness.gp scripts/check-hkl-quality.gp \ + scripts/compare-hkl.gp scripts/check-peak-detection DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc -- cgit v1.2.3