man: generate manpages from .org files

Generate the manpages from org-documents which makes it a bit easier to
keep them update to date since I find org-syntax easier than troff, and
we can use include files.
This commit is contained in:
Dirk-Jan C. Binnema
2022-12-18 00:21:52 +02:00
parent ba09b8fc2c
commit a259ae4162
45 changed files with 1667 additions and 1972 deletions

View File

@ -190,10 +190,17 @@ install_data('NEWS.org',
# subdirs
subdir('lib')
subdir('mu')
subdir('man')
if emacs.found()
subdir('man')
else
message('emacs not found; not generating manpages')
endif
if emacs.found()
subdir('mu4e')
else
message('emacs not found; not preparing mu4e support')
endif
if not get_option('guile').disabled() and guile_dep.found()