mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Merge pull request #228 from aelmahmoudy/meson-doc
[doc] use join_paths method & datadir config for generating default doc_dir
This commit is contained in:
commit
deccaca6dc
@ -19,7 +19,7 @@ endif
|
||||
doc_dir = get_option('docdir')
|
||||
|
||||
if doc_dir == ''
|
||||
doc_dir = get_option('prefix') / 'share/doc/elinks'
|
||||
doc_dir = join_paths(get_option('prefix'), get_option('datadir'), 'doc', 'elinks')
|
||||
endif
|
||||
|
||||
if pod2html.found()
|
||||
|
Loading…
Reference in New Issue
Block a user