1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-29 03:17:53 -04:00

Merge branch 'master' into libd

This commit is contained in:
Witold Filipczyk 2023-05-02 18:01:51 +02:00
commit d36b99a953
2 changed files with 7 additions and 1 deletions

6
NEWS
View File

@ -6,6 +6,12 @@ in the https://github.com/rkd77/felinks.git[gitweb interface]. See the ChangeLog
file for details.
ELinks 0.16.1.1
---------------
Released on 2023-05-01
* updated POTFILES #230
ELinks 0.16.1
-------------

View File

@ -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()