doc: Build guix-daemon man page.

* doc.am (doc/guix-daemon.1): New target.
  (dist_man1_MANS): Add it.
This commit is contained in:
Ludovic Courtès 2015-06-03 23:14:04 +02:00
parent 54c260e6ec
commit fb393cd881
1 changed files with 5 additions and 0 deletions

5
doc.am
View File

@ -73,6 +73,10 @@ doc/guix.1: $(top_builddir)/scripts/guix
-LANGUAGE= $(top_builddir)/pre-inst-env \
$(HELP2MAN) --output="$@" guix
doc/guix-daemon.1: $(top_builddir)/scripts/guix
-LANGUAGE= $(top_builddir)/pre-inst-env \
$(HELP2MAN) --output="$@" guix-daemon
define subcommand-manual-target
doc/guix-$(1).1: $(top_srcdir)/guix/scripts/$(1).scm
@ -101,4 +105,5 @@ $(eval $(foreach subcommand,$(SUBCOMMANDS), \
dist_man1_MANS = \
doc/guix.1 \
doc/guix-daemon.1 \
$(SUBCOMMANDS:%=doc/guix-%.1)