diff options
author | Thomas White <taw@physics.org> | 2011-08-15 14:41:07 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:36 +0100 |
commit | 9695eab2909252a352e521d354d0c6c70de27210 (patch) | |
tree | adf956c62bf5b0b5a4b9141462fb885f9e54a822 /Makefile.am | |
parent | 22af0f09eb410c397d0fee3af72710765efb2f3b (diff) |
Add scripts/indexed-filenames
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index b4ecd7e5..aef3d105 100644 --- a/Makefile.am +++ b/Makefile.am @@ -203,14 +203,16 @@ script_DATA = scripts/check-near-bragg scripts/random-image \ 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 + scripts/compare-hkl.gp scripts/check-peak-detection \ + scripts/indexed-filenames 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 + scripts/compare-hkl.gp scripts/check-peak-detection \ + scripts/indexed-filenames DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc |