diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-09-26 19:07:01 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:59 +0100 |
commit | d6fbf62c239cb4f9bd94c2cf4fdb47bf808df985 (patch) | |
tree | d25fa752932b89db94e55185a9311427cac44f63 /scripts | |
parent | 09b3d00c9c2cf365f2cf7c278f86459823032c36 (diff) |
Move documentation around
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.am | 2 | ||||
-rw-r--r-- | scripts/Makefile.in | 4 | ||||
-rw-r--r-- | scripts/README | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 5c0b4cb2..f852de8b 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,4 +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 alternate-stream + sequence-image test-facetron zone-axes alternate-stream README diff --git a/scripts/Makefile.in b/scripts/Makefile.in index 446191dd..2ecd7ec1 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -33,7 +33,7 @@ NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : subdir = scripts -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ @@ -168,7 +168,7 @@ top_srcdir = @top_srcdir@ 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 alternate-stream + sequence-image test-facetron zone-axes alternate-stream README all: all-am diff --git a/scripts/README b/scripts/README new file mode 100644 index 00000000..1d117d97 --- /dev/null +++ b/scripts/README @@ -0,0 +1,3 @@ +This director contains useful scripts to enhance the use of CrystFEL. You are +supposed to copy them to your working directory, edit them and make them +executable (chmod +x). |