]> granicus.if.org Git - libnl/commitdiff
Don't include doc/ in toplevel dist
authorThomas Graf <tgraf@redhat.com>
Mon, 22 Oct 2012 10:09:03 +0000 (12:09 +0200)
committerThomas Graf <tgraf@redhat.com>
Mon, 22 Oct 2012 10:09:03 +0000 (12:09 +0200)
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>
Makefile.am
doc/configure.in

index a06daf48e0a216272ee77ac41090d86a6ad96bd6..6ec9aa2c8d45ecd132e3b17a2e5701f7e66cbe28 100644 (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 \
index a962c3659f85e1a1ce2418950a2387ee83289d4d..1d0d65b411db6d0cb93fc61701c90856b74e445c 100644 (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)], [])