summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Graf <tgraf@redhat.com>2012-10-19 16:35:28 +0200
committerThomas Graf <tgraf@redhat.com>2012-10-19 16:35:28 +0200
commit65c3919ff49eb589ce114412fa6afbd1c0eaa63f (patch)
tree94dcf3725a1910f378ea1f56dd67458fb7257ce7
parentdb138439ac214d1259848ab11447d9b061ec3740 (diff)
downloadlibnl-65c3919ff49eb589ce114412fa6afbd1c0eaa63f.tar.gz
Only include doc/ in dist
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c4617c4..a06daf4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,8 @@
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = include lib doc man python tests
+SUBDIRS = include lib man python tests
+DIST_SUBDIRS = doc
pkgconfig_DATA = libnl-3.0.pc \
libnl-route-3.0.pc \