Merge pull request #269 from Jan200101/docdir-patch

documents should not be put into global doc root
This commit is contained in:
Adam 2021-06-12 14:31:26 -04:00 committed by GitHub
commit 6097ba36d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,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