summaryrefslogtreecommitdiff
path: root/Makefile.am
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 /Makefile.am
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 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2ca522a0..81b66509 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,7 +21,7 @@
ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -I m4
-SUBDIRS = lib man tools scripts benchmarks include
+SUBDIRS = lib tools scripts benchmarks include
if BUILD_TESTS
SUBDIRS += tests