From d6fbf62c239cb4f9bd94c2cf4fdb47bf808df985 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 26 Sep 2010 19:07:01 +0200 Subject: Move documentation around --- scripts/Makefile.am | 2 +- scripts/Makefile.in | 4 ++-- scripts/README | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 scripts/README (limited to 'scripts') 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). -- cgit v1.2.3