summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIsmo Toijala2015-07-02 09:42:22 +0200
committerIsmo Toijala2015-07-02 09:42:22 +0200
commit0072d05711bb70f139660be0d631a3c5b13a7eaf (patch)
treeac97652f5f0a1f1883066b8947d3dfeff7dfe0a6 /PKGBUILD
parenta145b42a7cf4e0454c46c7258d91f778ee4402d0 (diff)
downloadaur-0072d05711bb70f139660be0d631a3c5b13a7eaf.tar.gz
remake man pages to include settings from patches
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8bc3c44133d9..0c935a34c3b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_pkgbase='rxvt-unicode'
pkgname='rxvt-unicode-fontspacing-noinc-vteclear-secondarywheel'
pkgver=9.21
-pkgrel=1
+pkgrel=2
pkgdesc='Unicode enabled rxvt-clone terminal emulator (urxvt) with fixed font spacing, no increment resizing, clear patched to behave like VTEs (keep all lines) and secondaryWheel.'
arch=('i686' 'x86_64')
url='http://software.schmorp.de/pkg/rxvt-unicode.html'
@@ -70,6 +70,11 @@ build() {
--enable-xterm-scroll \
--disable-pixbuf \
--disable-frills
+
+ cd doc
+ make *.man.in
+ cd ..
+
make
}