summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2013-07-01 20:15:36 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2013-07-01 20:15:36 +0000
commitc29425dc9180e571158313904d28d3b6589b9d59 (patch)
tree26175df25d386623d24f032d3416568e8b971c26
parenta62b193df9fba04635e62e2fb29a0501866d0da0 (diff)
downloadkmod-c29425dc9180e571158313904d28d3b6589b9d59.tar.gz
Revert "Disable building the manpages"
This reverts commit a62b193df9fba04635e62e2fb29a0501866d0da0. Pushed by accident.
-rw-r--r--kmod.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmod.morph b/kmod.morph
index 6a4be49..af8d1d0 100644
--- a/kmod.morph
+++ b/kmod.morph
@@ -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 --disable-manpages"
+ "./configure --prefix=/usr --bindir=/bin --libdir=/lib --sysconfdir=/etc --without-xz --with-zlib"
],
"build-commands": [
"make"