summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorThomas Graf <tgraf@redhat.com>2012-10-22 10:09:03 (GMT)
committerThomas Graf <tgraf@redhat.com>2012-10-22 10:09:03 (GMT)
commit5535f59746d896630b62e5383965344f3a5ae4cb (patch)
treef710f3a8fae04657bf722db2aa958a46b6861550 /doc
parent1fa61d189250161474894d8eb6f729aae789b296 (diff)
downloadlibnl-5535f59746d896630b62e5383965344f3a5ae4cb.zip
libnl-5535f59746d896630b62e5383965344f3a5ae4cb.tar.gz
libnl-5535f59746d896630b62e5383965344f3a5ae4cb.tar.bz2
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/configure.in2
1 files changed, 1 insertions, 1 deletions
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 <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)], [])