diff options
author | Thomas White <taw@physics.org> | 2015-10-30 10:33:12 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-10-30 10:33:12 +0100 |
commit | d9ec28efd4c29dbfaa9cc5b2e683f584d720094f (patch) | |
tree | fdd8bab1bd03538e97062a258fb174a36951123d | |
parent | 8e29e4a7f588db22aa716a7172dbb56e471f8260 (diff) |
Don't forget to install manual page for list_events
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 32cc8a63..e8782455 100644 --- a/Makefile.am +++ b/Makefile.am @@ -145,7 +145,7 @@ man_MANS = doc/man/crystfel.7 doc/man/check_hkl.1 doc/man/compare_hkl.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/ambigator.1 doc/man/geoptimiser.1 \ - doc/man/whirligig.1 + doc/man/whirligig.1 doc/man/list_events.1 EXTRA_DIST += $(man_MANS) |