guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: doc: Build guix-daemon man page.


From: Ludovic Courtès
Subject: 03/03: doc: Build guix-daemon man page.
Date: Wed, 03 Jun 2015 21:59:26 +0000

civodul pushed a commit to branch master
in repository guix.

commit fb393cd881c709d285dea795a545fef863a06633
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jun 3 23:14:04 2015 +0200

    doc: Build guix-daemon man page.
    
    * doc.am (doc/guix-daemon.1): New target.
      (dist_man1_MANS): Add it.
---
 doc.am |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/doc.am b/doc.am
index f7f4841..708b308 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]