documents should not be put into global doc root
This commit is contained in:
parent
6d044224c1
commit
7ea096247c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue