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:
@ -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()
|
||||
|
||||
Reference in New Issue
Block a user