diff options
author | Thomas White <taw@physics.org> | 2020-07-28 15:42:07 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-07-29 18:53:45 +0200 |
commit | aa26f3b52a44ee220b5f9476adeb294e3ff5cbc3 (patch) | |
tree | 0c8f86b2a216a039af541c41c532d5b1a6c67e88 | |
parent | 66b9a483757ed3251b93272d126b0c39d8b28454 (diff) |
Install manual pages via Meson
-rw-r--r-- | meson.build | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 4e93440f..36968bdb 100644 --- a/meson.build +++ b/meson.build @@ -230,8 +230,29 @@ endif # dependencies : [mdep, libcrystfeldep, gsldep, hdf5dep, opencldep], # install : true) -# FIXME: Install manual pages # ************************ Testing ************************ subdir('tests') + + +# ************************ Manual pages ************************ +install_man(['doc/man/ambigator.1', + 'doc/man/cell_explorer.1', + 'doc/man/cell_tool.1', + 'doc/man/check_hkl.1', + 'doc/man/compare_hkl.1', + 'doc/man/crystfel.7', + 'doc/man/crystfel_geometry.5', + 'doc/man/geoptimiser.1', + 'doc/man/get_hkl.1', + 'doc/man/indexamajig.1', + 'doc/man/list_events.1', + 'doc/man/list_events.1', + 'doc/man/make_pixelmap.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/whirligig.1']) |