From 5535f59746d896630b62e5383965344f3a5ae4cb Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Mon, 22 Oct 2012 12:09:03 +0200 Subject: [PATCH] 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 --- Makefile.am | 1 - doc/configure.in | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index a06daf4..6ec9aa2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ diff --git a/doc/configure.in b/doc/configure.in index a962c36..1d0d65b 100644 --- a/doc/configure.in +++ b/doc/configure.in @@ -9,7 +9,7 @@ # Copyright (c) 2003-2012 Thomas Graf # -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)], [])