summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libre/asciidoc/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/libre/asciidoc/PKGBUILD b/libre/asciidoc/PKGBUILD
index 8ef3debd3..410d77fa1 100644
--- a/libre/asciidoc/PKGBUILD
+++ b/libre/asciidoc/PKGBUILD
@@ -10,7 +10,7 @@
pkgname=asciidoc
pkgver=8.6.9
-pkgrel=2.parabola1
+pkgrel=3.parabola1
pkgdesc='Text document format for short documents, articles, books and UNIX man pages, without nonfree fop recommendation'
arch=('any')
url='http://www.methods.co.nz/asciidoc/'
@@ -54,6 +54,7 @@ package() {
cd ${pkgname}-${pkgver}
make install DESTDIR=${pkgdir}
+ make docs DESTDIR=${pkgdir}
install -Dm644 asciidocapi.py \
${pkgdir}/usr/lib/python2.7/site-packages/asciidocapi.py