Fix installation of doc pages
This commit is contained in:
parent
f25b3c005e
commit
84fc2844a1
4
Makefile
4
Makefile
|
@ -188,8 +188,10 @@ install: src/kak installdirs install-debug-$(debug) install-gzip-man-$(gzip_man)
|
||||||
cp colors/* $(sharedir)/colors
|
cp colors/* $(sharedir)/colors
|
||||||
chmod 0644 $(sharedir)/colors/*
|
chmod 0644 $(sharedir)/colors/*
|
||||||
|
|
||||||
cp doc/pages/*.asciidoc README.asciidoc $(docdir)
|
cp README.asciidoc $(docdir)
|
||||||
chmod 0644 $(docdir)/*.asciidoc
|
chmod 0644 $(docdir)/*.asciidoc
|
||||||
|
cp doc/pages/*.asciidoc $(sharedir)/doc
|
||||||
|
chmod 0644 $(sharedir)/doc/*.asciidoc
|
||||||
|
|
||||||
install-gzip-man-yes: gzip-man-yes
|
install-gzip-man-yes: gzip-man-yes
|
||||||
cp -f doc/kak.1.gz $(mandir)
|
cp -f doc/kak.1.gz $(mandir)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user