[arch-commits] Commit in asciidoc/trunk (PKGBUILD)
Florian Pritz
bluewind at archlinux.org
Thu Jul 14 15:14:59 UTC 2016
Date: Thursday, July 14, 2016 @ 15:14:59
Author: bluewind
Revision: 182903
Fix FS#49770 - [asciidoc] Missing documents and example files
upgpkg: asciidoc 8.6.9-3
Modified:
asciidoc/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-07-14 14:57:35 UTC (rev 182902)
+++ PKGBUILD 2016-07-14 15:14:59 UTC (rev 182903)
@@ -9,7 +9,7 @@
pkgname=asciidoc
pkgver=8.6.9
-pkgrel=2
+pkgrel=3
pkgdesc='Text document format for short documents, articles, books and UNIX man pages.'
arch=('any')
url='http://www.methods.co.nz/asciidoc/'
@@ -54,6 +54,7 @@
cd ${pkgname}-${pkgver}
make install DESTDIR=${pkgdir}
+ make docs DESTDIR=${pkgdir}
install -Dm644 asciidocapi.py \
${pkgdir}/usr/lib/python2.7/site-packages/asciidocapi.py
More information about the arch-commits
mailing list