diff options
author | Thomas White <taw@physics.org> | 2011-03-10 16:03:48 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:19 +0100 |
commit | 5c198c0e6812f55be6283e12af0b09100edb38bf (patch) | |
tree | 8f8483cc5b1d9fb895c0a6d814312014ef3212a4 | |
parent | 4ffb5371e1a7cb1cb8205048723333f4bb1ac24e (diff) |
Add missing example file to installation list
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | Makefile.in | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index fb05e2f2..5bddb3a8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -153,7 +153,8 @@ crystfeldoc_DATA = doc/geometry.txt doc/indexamajig.txt doc/pattern_sim.txt \ doc/examples/lcls-xpp-estimate.geom \ doc/examples/lcls-xpp-estimate.beam \ doc/examples/simple.geom \ - doc/examples/cspad-feb2011.geom + doc/examples/cspad-feb2011.geom \ + doc/examples/lcls-cxi-9keV.beam EXTRA_DIST += doc/geometry.txt doc/indexamajig.txt doc/pattern_sim.txt \ doc/process_hkl.txt doc/symmetry.txt doc/twin-calculator.pdf \ diff --git a/Makefile.in b/Makefile.in index 1d3fa61c..603c48e8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -701,7 +701,8 @@ crystfeldoc_DATA = doc/geometry.txt doc/indexamajig.txt doc/pattern_sim.txt \ doc/examples/lcls-xpp-estimate.geom \ doc/examples/lcls-xpp-estimate.beam \ doc/examples/simple.geom \ - doc/examples/cspad-feb2011.geom + doc/examples/cspad-feb2011.geom \ + doc/examples/lcls-cxi-9keV.beam scriptdir = $(docdir)/scripts script_DATA = scripts/check-near-bragg scripts/double-hit \ |