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/Makefile.in | |
parent | 09b3d00c9c2cf365f2cf7c278f86459823032c36 (diff) |
Move documentation around
Diffstat (limited to 'scripts/Makefile.in')
-rw-r--r-- | scripts/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 |