diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-06-10 11:13:36 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-06-10 11:13:36 +0000 |
commit | fe71f2b77ad7da37b30f3d512c04f623bbbc2eae (patch) | |
tree | 41776c3304c153cf8afff098e0ee288d1b0375af | |
parent | 4c141ec5e9ba1a0e8fd4bc266c0a2979a6ec1dd9 (diff) |
ship and install man pages
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 1c92c1fb81..c8f3a4d982 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 b720be535c..a50f7de11d 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 |