build: merge "docs/Makefile.am" into toplevel Makefile

This commit is contained in:
Thomas Haller 2016-10-18 15:53:05 +02:00
parent 03e88d92a6
commit b0f4e25782
3 changed files with 10 additions and 9 deletions

View file

@ -77,7 +77,16 @@ SUBDIRS = \
. \
po \
examples \
docs \
docs/libnm \
docs/api
if WITH_LEGACY_LIBRARIES
SUBDIRS += \
docs/libnm-util \
docs/libnm-glib
endif
SUBDIRS += \
vapi
###############################################################################

View file

@ -1141,7 +1141,6 @@ libnm-glib/libnm-glib-vpn.pc
man/common.ent
po/Makefile.in
policy/org.freedesktop.NetworkManager.policy.in
docs/Makefile
docs/api/Makefile
docs/api/version.xml
docs/libnm-glib/Makefile

View file

@ -1,7 +0,0 @@
SUBDIRS = libnm api
if WITH_LEGACY_LIBRARIES
SUBDIRS += \
libnm-util \
libnm-glib
endif