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:
parent
98b3cc0fc9
commit
c28015ee1c
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ninja'
|
||||
pkgname=ninja
|
||||
version=1.10.2
|
||||
revision=1
|
||||
revision=2
|
||||
hostmakedepends="python3 asciidoc"
|
||||
short_desc="Small build system with a focus on speed"
|
||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||
|
@ -34,6 +34,7 @@ do_check() {
|
|||
do_install() {
|
||||
vbin ninja
|
||||
vdoc doc/manual.html
|
||||
vdoc doc/manual.asciidoc
|
||||
vinstall misc/bash-completion 644 usr/share/bash-completion/completions ninja
|
||||
vinstall misc/zsh-completion 644 usr/share/zsh/site-functions _ninja
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue