From 506863b41fae31c7e57487393cc3089d9a2f90f5 Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Mon, 1 Jul 2013 20:18:47 +0000 Subject: Disable building the manual pages --- kmod.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kmod.morph b/kmod.morph index af8d1d0..6a4be49 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" + "./configure --prefix=/usr --bindir=/bin --libdir=/lib --sysconfdir=/etc --without-xz --with-zlib --disable-manpages" ], "build-commands": [ "make" -- cgit v1.2.1