summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-02-26 20:55:13 +0100
committerThomas Haller <thaller@redhat.com>2017-02-27 13:20:34 +0100
commitbee04e40f392186c6b5374dbdcb672c08aea19c9 (patch)
tree60473d3167b90486289df60f974d149d6d7a083d /Makefile.am
parenta572196366cfc1938596052f8e16121d0d374164 (diff)
downloadlibnl-bee04e40f392186c6b5374dbdcb672c08aea19c9.tar.gz
build: merge man/Makefile.am into top-level makefile
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am11
1 files changed, 10 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 278d1071..8dd245d5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,6 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS = \
. \
- man \
python \
tests
@@ -529,6 +528,16 @@ endif
###############################################################################
+dist_man8_MANS = \
+ man/nl-classid-lookup.8 \
+ man/nl-pktloc-lookup.8 \
+ man/nl-qdisc-add.8 \
+ man/nl-qdisc-delete.8 \
+ man/nl-qdisc-list.8 \
+ man/genl-ctrl-list.8
+
+###############################################################################
+
if ENABLE_CLI
pkgconfig_DATA += libnl-cli-3.0.pc
endif