diff options
author | Thomas White <taw@bitwiz.org.uk> | 2014-03-10 11:54:31 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2014-03-10 11:54:31 +0100 |
commit | 1601fc3597a153a0cb5f868321697ebed7cf0b99 (patch) | |
tree | 6925d362b1398ce859368c3e695a2249da380920 /Makefile.am | |
parent | 8839635714fe802f088fc2ce4d788a57224482f8 (diff) |
Add man page
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index bdbbb829..cc5c6485 100644 --- a/Makefile.am +++ b/Makefile.am @@ -140,7 +140,7 @@ man_MANS = doc/man/crystfel.7 doc/man/check_hkl.1 doc/man/compare_hkl.1 \ doc/man/crystfel_geometry.5 doc/man/get_hkl.1 doc/man/hdfsee.1 \ doc/man/indexamajig.1 doc/man/partialator.1 doc/man/partial_sim.1 \ doc/man/pattern_sim.1 doc/man/process_hkl.1 doc/man/render_hkl.1 \ - doc/man/cell_explorer.1 + doc/man/cell_explorer.1 doc/man/ambigator.1 EXTRA_DIST += $(man_MANS) |