build: merge man/Makefile.am into top-level makefile

This commit is contained in:
Thomas Haller 2017-02-26 20:55:13 +01:00
parent a572196366
commit bee04e40f3
3 changed files with 10 additions and 9 deletions

View File

@ -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

View File

@ -138,7 +138,6 @@ libnl-idiag-3.0.pc
src/Makefile
src/lib/Makefile
tests/Makefile
man/Makefile
python/Makefile
python/setup.py
python/doc/Makefile

View File

@ -1,7 +0,0 @@
# -*- Makefile -*-
dist_man8_MANS = \
nl-classid-lookup.8 \
nl-pktloc-lookup.8 \
nl-qdisc-add.8 nl-qdisc-delete.8 nl-qdisc-list.8 \
genl-ctrl-list.8