aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-06-16 17:53:28 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:28 +0100
commit34b21127ea75e6a714a6c04a09f226180b2eb541 (patch)
treedb5d75b4365cbbda4728f0d512d24abcdd3ece88 /Makefile.am
parentaa4d05d94275baa8c87acc6343a23d16f1877b24 (diff)
Move documentation to manpages
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am12
1 files changed, 5 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index db70f378..5b71af1e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -151,11 +151,11 @@ crystfel_DATA = data/diffraction.cl data/defs.h data/hdfsee.ui
EXTRA_DIST += $(crystfel_DATA)
+man_MANS = doc/man/indexamajig.1 doc/man/process_hkl.1 doc/man/pattern_sim.1 \
+ doc/man/crystfel_geometry.1
+
crystfeldocdir = $(docdir)
-crystfeldoc_DATA = doc/geometry.txt doc/indexamajig.txt doc/pattern_sim.txt \
- doc/process_hkl.txt doc/symmetry.txt \
- doc/twin-calculator.pdf \
- doc/0-INDEX doc/examples/lcls-dec.geom \
+crystfeldoc_DATA = doc/twin-calculator.pdf doc/examples/lcls-dec.geom \
doc/examples/lcls-dec.beam \
doc/examples/lcls-june-r0013-r0128.geom \
doc/examples/lcls-june.beam \
@@ -165,9 +165,7 @@ crystfeldoc_DATA = doc/geometry.txt doc/indexamajig.txt doc/pattern_sim.txt \
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 \
- doc/0-INDEX doc/examples/lcls-dec.geom \
+EXTRA_DIST += doc/twin-calculator.pdf doc/examples/lcls-dec.geom \
doc/examples/lcls-june-r0013-r0128.geom \
doc/examples/lcls-xpp-estimate.geom doc/examples/simple.geom \
doc/examples/lcls-dec.beam doc/examples/lcls-june.beam \