mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -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')
|
doc_dir = get_option('docdir')
|
||||||
|
|
||||||
if doc_dir == ''
|
if doc_dir == ''
|
||||||
doc_dir = get_option('prefix') / 'share/doc/elinks'
|
doc_dir = join_paths(get_option('prefix'), get_option('datadir'), 'doc', 'elinks')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if pod2html.found()
|
if pod2html.found()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user