summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangjiezhe2016-08-05 19:46:07 +0800
committerwangjiezhe2016-08-05 19:46:07 +0800
commit6d4a7f1e297770fcb9acd88150e4c06422a9e0d4 (patch)
treefe2791feba6883a5f96431427e2ead68faa2b388
parent4fd755b0314d7030c901199eee1da36db4e5ad27 (diff)
downloadaur-6d4a7f1e297770fcb9acd88150e4c06422a9e0d4.tar.gz
Fix for info file
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5527860a9bb1..9f7a9c7d9a41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Aug 5 10:01:09 UTC 2016
+# Fri Aug 5 11:45:54 UTC 2016
pkgbase = libmatio-git
pkgdesc = C library with a fortran 90/95 module interface for reading/writing MATLAB MAT-files
pkgver = v1.5.8.7.ge387271
diff --git a/PKGBUILD b/PKGBUILD
index 861d0c61bb9d..bafbd8ff1780 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,6 +29,9 @@ build() {
./autogen.sh
./configure --prefix=/usr --enable-shared --with-hdf5
make
+
+ cd documentation
+ find . -name "*.texi" -exec makeinfo {} \;
}
package() {