diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2015-06-03 23:14:04 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2015-06-03 23:14:04 +0200 |
| commit | fb393cd881c709d285dea795a545fef863a06633 (patch) | |
| tree | ab81d0fa2fd4631e2237775b421e2412b449ac3c /doc.am | |
| parent | 54c260e6ecc81f1836bda844ec8e661d51bfb867 (diff) | |
doc: Build guix-daemon man page.
* doc.am (doc/guix-daemon.1): New target.
(dist_man1_MANS): Add it.
Diffstat (limited to 'doc.am')
| -rw-r--r-- | doc.am | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -73,6 +73,10 @@ doc/guix.1: $(top_builddir)/scripts/guix | |||
| 73 | -LANGUAGE= $(top_builddir)/pre-inst-env \ | 73 | -LANGUAGE= $(top_builddir)/pre-inst-env \ |
| 74 | $(HELP2MAN) --output="$@" guix | 74 | $(HELP2MAN) --output="$@" guix |
| 75 | 75 | ||
| 76 | doc/guix-daemon.1: $(top_builddir)/scripts/guix | ||
| 77 | -LANGUAGE= $(top_builddir)/pre-inst-env \ | ||
| 78 | $(HELP2MAN) --output="$@" guix-daemon | ||
| 79 | |||
| 76 | define subcommand-manual-target | 80 | define subcommand-manual-target |
| 77 | 81 | ||
| 78 | doc/guix-$(1).1: $(top_srcdir)/guix/scripts/$(1).scm | 82 | doc/guix-$(1).1: $(top_srcdir)/guix/scripts/$(1).scm |
| @@ -101,4 +105,5 @@ $(eval $(foreach subcommand,$(SUBCOMMANDS), \ | |||
| 101 | 105 | ||
| 102 | dist_man1_MANS = \ | 106 | dist_man1_MANS = \ |
| 103 | doc/guix.1 \ | 107 | doc/guix.1 \ |
| 108 | doc/guix-daemon.1 \ | ||
| 104 | $(SUBCOMMANDS:%=doc/guix-%.1) | 109 | $(SUBCOMMANDS:%=doc/guix-%.1) |
