documents should not be put into global doc root

This commit is contained in:
Jan200101 2021-06-11 23:38:25 +02:00
parent 6d044224c1
commit 7ea096247c
No known key found for this signature in database
GPG Key ID: 5B71B1D78B882E05
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ if get_option('portable')
lite_docdir = 'doc'
lite_datadir = 'data'
else
lite_docdir = 'share/doc'
lite_docdir = 'share/doc/lite-xl'
lite_datadir = 'share/lite-xl'
endif