diff options
author | Tiago Gomes <tiago.gomes@codethink.co.uk> | 2013-07-01 20:18:47 +0000 |
---|---|---|
committer | Tiago Gomes <tiago.gomes@codethink.co.uk> | 2013-07-01 20:18:47 +0000 |
commit | 506863b41fae31c7e57487393cc3089d9a2f90f5 (patch) | |
tree | 5748092a20a6ec0a67e2fb6e82dfc8ebf87d8ff0 | |
parent | 64e277a1bbe8ace86e159fb2d81e77629b9f9a42 (diff) | |
download | kmod-506863b41fae31c7e57487393cc3089d9a2f90f5.tar.gz |
Disable building the manual pages
-rw-r--r-- | kmod.morph | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ "sed -i -e'/SUBDIRS/{s/\\S*doc\\S*//;s/\\S*man\\S*//}' Makefile.am", "sed -i -e'/AC_CONFIG_FILES(\\[/,/])/{/docs/d}' configure.ac", "autoreconf -fiv", - "./configure --prefix=/usr --bindir=/bin --libdir=/lib --sysconfdir=/etc --without-xz --with-zlib" + "./configure --prefix=/usr --bindir=/bin --libdir=/lib --sysconfdir=/etc --without-xz --with-zlib --disable-manpages" ], "build-commands": [ "make" |