From 7ea096247ce0c96a4c04c5fe2ce87e256d1a8c63 Mon Sep 17 00:00:00 2001 From: Jan200101 Date: Fri, 11 Jun 2021 23:38:25 +0200 Subject: [PATCH] documents should not be put into global doc root --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 9b1ab84d..3ac0e7a1 100644 --- a/meson.build +++ b/meson.build @@ -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