Merge pull request #269 from Jan200101/docdir-patch
documents should not be put into global doc root
This commit is contained in:
commit
6097ba36d7
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue