diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-10-20 21:32:14 -0700 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:03 +0100 |
commit | 66d003e06152b1da64f28658818771ffa5999286 (patch) | |
tree | 4e68dad82aa735238fc97d9d208955c05d4161f6 /doc | |
parent | b326c7d0d308849ef291814eab5cf2923220f4ff (diff) |
Update build scripts
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 4 | ||||
-rw-r--r-- | doc/Makefile.in | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 1f2a557c..3849333a 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,3 +1,7 @@ crystfeldir = $(docdir) crystfel_DATA = geometry.txt indexamajig.txt pattern_sim.txt process_hkl.txt \ symmetry.txt twin-calculator.pdf 0-INDEX +EXTRA_DIST = geometry.txt indexamajig.txt pattern_sim.txt process_hkl.txt \ + symmetry.txt twin-calculator.pdf 0-INDEX \ + examples/lcls-dec.geom examples/lcls-june-r0013-r0128.geom \ + examples/lcls-xpp-estimate.geom examples/simple.geom diff --git a/doc/Makefile.in b/doc/Makefile.in index 5b03aaf3..d989900a 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -169,6 +169,11 @@ crystfeldir = $(docdir) crystfel_DATA = geometry.txt indexamajig.txt pattern_sim.txt process_hkl.txt \ symmetry.txt twin-calculator.pdf 0-INDEX +EXTRA_DIST = geometry.txt indexamajig.txt pattern_sim.txt process_hkl.txt \ + symmetry.txt twin-calculator.pdf 0-INDEX \ + examples/lcls-dec.geom examples/lcls-june-r0013-r0128.geom \ + examples/lcls-xpp-estimate.geom examples/simple.geom + all: all-am .SUFFIXES: |