aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-10 11:13:36 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-10 11:13:36 +0000
commitfe71f2b77ad7da37b30f3d512c04f623bbbc2eae (patch)
tree41776c3304c153cf8afff098e0ee288d1b0375af
parent4c141ec5e9ba1a0e8fd4bc266c0a2979a6ec1dd9 (diff)
downloadgnunet-fe71f2b77ad7da37b30f3d512c04f623bbbc2eae.tar.gz
gnunet-fe71f2b77ad7da37b30f3d512c04f623bbbc2eae.zip
ship and install man pages
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1c92c1fb8..c8f3a4d98 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
1INCLUDES = -I$(top_srcdir)/src/include 1INCLUDES = -I$(top_srcdir)/src/include
2SUBDIRS = contrib m4 src po pkgconfig 2SUBDIRS = contrib doc m4 src po pkgconfig
3 3
4EXTRA_DIST = \ 4EXTRA_DIST = \
5 ABOUT-NLS \ 5 ABOUT-NLS \
diff --git a/configure.ac b/configure.ac
index b720be535..a50f7de11 100644
--- a/configure.ac
+++ b/configure.ac
@@ -798,6 +798,8 @@ AM_CONDITIONAL([USE_COVERAGE], [test "x$use_gcov" = "xyes"])
798AC_CONFIG_FILES([ 798AC_CONFIG_FILES([
799Makefile 799Makefile
800contrib/Makefile 800contrib/Makefile
801doc/Makefile
802doc/man/Makefile
801m4/Makefile 803m4/Makefile
802po/Makefile.in 804po/Makefile.in
803src/Makefile 805src/Makefile