From fb393cd881c709d285dea795a545fef863a06633 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 3 Jun 2015 23:14:04 +0200 Subject: doc: Build guix-daemon man page. * doc.am (doc/guix-daemon.1): New target. (dist_man1_MANS): Add it. --- doc.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc.am') diff --git a/doc.am b/doc.am index f7f4841946..708b3087fc 100644 --- a/doc.am +++ b/doc.am @@ -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) -- cgit v1.2.3