summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJohn Fredriksson <john.xj.fredriksson@stericsson.com>2011-10-14 19:39:19 +0200
committerJohn Fredriksson <john.xj.fredriksson@stericsson.com>2011-10-14 19:44:20 +0200
commit98022b25f72770b6e4842ab156c804d100b77d62 (patch)
tree5f6cad493dc6832fe43df7ea45fbd41658f2317f /configure.ac
parent30f85bea56ca49c9b1b90f6c7c3663a99a64ec7a (diff)
Remove man directory from makefiles.
Since no man page exist, remove this build step.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7c018b6..9d85367 100644
--- a/configure.ac
+++ b/configure.ac
@@ -91,11 +91,9 @@ AC_SUBST([moduledir])
DRIVER_NAME=mali
AC_SUBST([DRIVER_NAME])
-XORG_MANPAGE_SECTIONS
XORG_RELEASE_VERSION
AC_OUTPUT([
Makefile
src/Makefile
- man/Makefile
])