git » kate.git » commit 38f17e9

Add missing docs (FS#44476)

author Antonio Rojas
2015-04-06 18:42:13 UTC
committer Antonio Rojas
2015-04-06 18:42:13 UTC
parent 479e31f2ced5338a5a27d23e9149d925a0ddd462

Add missing docs (FS#44476)

PKGBUILD +6 -3

diff --git a/PKGBUILD b/PKGBUILD
index d9dfa96..a2c420c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgbase=kate
 pkgname=('kwrite'
          'kate')
 pkgver=14.12.3
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 depends=('knewstuff' 'ktexteditor' 'threadweaver' 'kded' 'kitemmodels')
@@ -65,9 +65,12 @@ package_kate() {
   cd build/kate
   make DESTDIR="${pkgdir}" install
 
-  cd ../../build/doc/kate
+  cd "$srcdir"/build/addons
   make DESTDIR="${pkgdir}" install
 
-  cd ../../../build/addons
+  cd "$srcdir"/build/doc/kate
+  make DESTDIR="${pkgdir}" install
+
+  cd "$srcdir"/build/doc/katepart
   make DESTDIR="${pkgdir}" install
 }