diff options
author | Thomas White <taw@physics.org> | 2010-09-13 10:21:57 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:57 +0100 |
commit | fcee934f899225e8e65aec86dea5106b7133c1a5 (patch) | |
tree | 1b64ddb1ac0dc55b90ecc93f5b4d7acbb7873a6c /scripts/Makefile.am | |
parent | bc92f4d1a3e6a1ea983fc34814d5d664b827e12e (diff) |
Install scripts under $(docdir)/scripts
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r-- | scripts/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am new file mode 100644 index 00000000..6361d31c --- /dev/null +++ b/scripts/Makefile.am @@ -0,0 +1,4 @@ +crystfeldir = $(docdir)/scripts +crystfel_DATA = check-near-bragg double-hit hit-rate random-image stream-split \ + wibbletron zone-axis create-mtz frequency i0-analysis mtz2hkl \ + sequence-image test-facetron zone-axes |