ninja: also install plain text manual.
Not generating a manpage because it fails with:
asciidoc: FAILED: manual.asciidoc: line 3: missing backend conf file: manpage.conf
This commit is contained in:
committed by
Érico Nogueira Rolim
parent
98b3cc0fc9
commit
c28015ee1c
@@ -1,7 +1,7 @@
|
|||||||
# Template file for 'ninja'
|
# Template file for 'ninja'
|
||||||
pkgname=ninja
|
pkgname=ninja
|
||||||
version=1.10.2
|
version=1.10.2
|
||||||
revision=1
|
revision=2
|
||||||
hostmakedepends="python3 asciidoc"
|
hostmakedepends="python3 asciidoc"
|
||||||
short_desc="Small build system with a focus on speed"
|
short_desc="Small build system with a focus on speed"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
@@ -34,6 +34,7 @@ do_check() {
|
|||||||
do_install() {
|
do_install() {
|
||||||
vbin ninja
|
vbin ninja
|
||||||
vdoc doc/manual.html
|
vdoc doc/manual.html
|
||||||
|
vdoc doc/manual.asciidoc
|
||||||
vinstall misc/bash-completion 644 usr/share/bash-completion/completions ninja
|
vinstall misc/bash-completion 644 usr/share/bash-completion/completions ninja
|
||||||
vinstall misc/zsh-completion 644 usr/share/zsh/site-functions _ninja
|
vinstall misc/zsh-completion 644 usr/share/zsh/site-functions _ninja
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user