[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/05: doc: Build more man pages.
From: |
guix-commits |
Subject: |
02/05: doc: Build more man pages. |
Date: |
Thu, 23 Apr 2020 17:59:40 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit d9e83f2a6460d9716b5dc93cf61ac120c10f6906
Author: Ludovic Courtès <address@hidden>
AuthorDate: Thu Apr 23 23:19:49 2020 +0200
doc: Build more man pages.
* doc/local.mk (sub_commands_mans): Add guix-deploy.1,
guix-time-machine.1, and guix-weather.1.
---
doc/local.mk | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/doc/local.mk b/doc/local.mk
index 30c4a8c..0d8e958 100644
--- a/doc/local.mk
+++ b/doc/local.mk
@@ -185,6 +185,7 @@ sub_commands_mans = \
$(srcdir)/%D%/guix-archive.1 \
$(srcdir)/%D%/guix-build.1 \
$(srcdir)/%D%/guix-challenge.1 \
+ $(srcdir)/%D%/guix-deploy.1 \
$(srcdir)/%D%/guix-download.1 \
$(srcdir)/%D%/guix-edit.1 \
$(srcdir)/%D%/guix-environment.1 \
@@ -197,7 +198,9 @@ sub_commands_mans = \
$(srcdir)/%D%/guix-pull.1 \
$(srcdir)/%D%/guix-refresh.1 \
$(srcdir)/%D%/guix-size.1 \
- $(srcdir)/%D%/guix-system.1
+ $(srcdir)/%D%/guix-system.1 \
+ $(srcdir)/%D%/guix-time-machine.1 \
+ $(srcdir)/%D%/guix-weather.1
dist_man1_MANS = \
$(srcdir)/%D%/guix.1 \