From 84fc2844a1116799034317386ee45626a91ed153 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 11 Mar 2024 20:56:36 +1100 Subject: [PATCH] Fix installation of doc pages --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aa1488076..4ca25331b 100644 --- a/Makefile +++ b/Makefile @@ -188,8 +188,10 @@ install: src/kak installdirs install-debug-$(debug) install-gzip-man-$(gzip_man) cp colors/* $(sharedir)/colors chmod 0644 $(sharedir)/colors/* - cp doc/pages/*.asciidoc README.asciidoc $(docdir) + cp README.asciidoc $(docdir) chmod 0644 $(docdir)/*.asciidoc + cp doc/pages/*.asciidoc $(sharedir)/doc + chmod 0644 $(sharedir)/doc/*.asciidoc install-gzip-man-yes: gzip-man-yes cp -f doc/kak.1.gz $(mandir)