From: Christian Grothoff Date: Fri, 10 Jun 2011 11:13:36 +0000 (+0000) Subject: ship and install man pages X-Git-Tag: initial-import-from-subversion-38251~18265 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fe71f2b77ad7da37b30f3d512c04f623bbbc2eae;p=oweals%2Fgnunet.git ship and install man pages --- diff --git a/Makefile.am b/Makefile.am index 1c92c1fb8..c8f3a4d98 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ INCLUDES = -I$(top_srcdir)/src/include -SUBDIRS = contrib m4 src po pkgconfig +SUBDIRS = contrib doc m4 src po pkgconfig EXTRA_DIST = \ 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"]) AC_CONFIG_FILES([ Makefile contrib/Makefile +doc/Makefile +doc/man/Makefile m4/Makefile po/Makefile.in src/Makefile