diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-06-01 22:37:54 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-06-01 22:37:54 +0200 |
commit | 52eca736f6b8fedb7d0cc4dd281059f672d88734 (patch) | |
tree | 7b36ffbe55bdc6f69ed9bb2282b26819ab834f3b /configure.ac | |
parent | 93e7199b3551729e892255190fdd290ba9feccca (diff) | |
download | guix-52eca736f6b8fedb7d0cc4dd281059f672d88734.tar guix-52eca736f6b8fedb7d0cc4dd281059f672d88734.tar.gz |
build: Build and install manual pages.
* configure.ac: Use 'AM_MISSING_PROG' for 'help2man'.
* doc.am (subcommand-manual-target, SUBCOMMANDS, dist_man1_MANS): New
variables.
(doc/guix-$(1).1, doc/guix.1): New targets.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 6979752d16..aea14014f5 100644 --- a/configure.ac +++ b/configure.ac @@ -182,6 +182,9 @@ dnl `dot' (from the Graphviz package) is only needed for maintainers. dnl See `HACKING' for more info. AM_MISSING_PROG([DOT], [dot]) +dnl Manual pages. +AM_MISSING_PROG([HELP2MAN], [help2man]) + AC_CONFIG_FILES([Makefile po/guix/Makefile.in po/packages/Makefile.in |