dect
/
libnl
Archived
13
0
Fork 0

Don't include doc/ in toplevel dist

On a second thought, don't include doc/ in dist at all and distribute it
separately. The doc source files are available in the git tree anyway.

Signed-off-by: Thomas Graf <tgraf@redhat.com>
This commit is contained in:
Thomas Graf 2012-10-22 12:09:03 +02:00
parent 1fa61d1892
commit 5535f59746
2 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,6 @@
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = include lib man python tests
DIST_SUBDIRS = doc
pkgconfig_DATA = libnl-3.0.pc \
libnl-route-3.0.pc \

View File

@ -9,7 +9,7 @@
# Copyright (c) 2003-2012 Thomas Graf <tgraf@suug.ch>
#
AC_INIT(libnl-doc, [3.2.13], [http://www.infradead.org/~tgr/libnl/])
AC_INIT(libnl-doc, [3.2.14], [http://www.infradead.org/~tgr/libnl/])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)], [])