mirror of
https://gitee.com/openharmony/third_party_libnl
synced 2025-02-11 05:35:53 +00:00
build: merge man/Makefile.am into top-level makefile
This commit is contained in:
parent
a572196366
commit
bee04e40f3
11
Makefile.am
11
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
|
||||
|
@ -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
|
||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user