summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2019-01-22 14:42:10 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2019-01-29 11:09:15 +0100
commit4d9faf822d88c2502dedec9e02b55d143b563882 (patch)
treeb3fa9b906190370890f75e24add2782180fc2aba /configure.ac
parentada24d036775097d6b9002be5dd680a7a44c02ec (diff)
automake: Drop manpage build support
We've already thrown out the gtkdoc build support from the automake files, let's do the same with the manpages build. Acked-by: Petri Latvala <petri.latvala@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index e169d667..dbf056e7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,10 +43,6 @@ AC_PROG_CC
AC_PROG_LEX
AC_PROG_YACC
-# check for rst2man for generating man pages
-AC_CHECK_PROG(RST2MAN, rst2man, yes, no)
-AM_CONDITIONAL(HAVE_RST2MAN, [test "x$RST2MAN" = xyes])
-
# Checks for functions, headers, structures, etc.
AC_HEADER_STDC
AC_CHECK_HEADERS([termios.h linux/kd.h sys/kd.h libgen.h sys/io.h])
@@ -391,7 +387,6 @@ AC_CONFIG_FILES([
benchmarks/wsim/Makefile
lib/Makefile
lib/tests/Makefile
- man/Makefile
scripts/Makefile
tests/Makefile
tests/intel-ci/Makefile