diff options
author | Thomas White <taw@physics.org> | 2014-02-28 13:50:36 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-02-28 13:50:36 +0100 |
commit | eff16e4414f1ed13f0d6d73d8e30ff00e0d89575 (patch) | |
tree | ba4cb20fcd0767707605ba97dc99ba9ba5d6842e /Makefile.am | |
parent | 627590fc42d18e44795c47f2968f298318c5038a (diff) |
Add manual page for cell_explorer
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index cbf76cb4..3705714c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -134,7 +134,8 @@ EXTRA_DIST += $(crystfel_DATA) 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/pattern_sim.1 doc/man/process_hkl.1 doc/man/render_hkl.1 \ + doc/man/cell_explorer.1 EXTRA_DIST += $(man_MANS) |