[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: doc: Build more man pages.
From: |
guix-commits |
Subject: |
05/08: doc: Build more man pages. |
Date: |
Sat, 19 Nov 2022 13:59:54 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 6d1177b2c826d49cfb218db389a72869a28b0398
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Sat Nov 12 23:30:15 2022 +0800
doc: Build more man pages.
* doc/local.mk (sub_commands_mans): Add guix-container.1, guix-copy.1,
guix-describe.1, guix-git.1, guix-graph.1, guix-home.1, guix-offload.1,
guix-pack.1, guix-processes.1, guix-repl.1, guix-shell.1, guix-style.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
doc/local.mk | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/doc/local.mk b/doc/local.mk
index 445be17027..89285b9f35 100644
--- a/doc/local.mk
+++ b/doc/local.mk
@@ -179,19 +179,31 @@ sub_commands_mans = \
$(srcdir)/%D%/guix-archive.1 \
$(srcdir)/%D%/guix-build.1 \
$(srcdir)/%D%/guix-challenge.1 \
+ $(srcdir)/%D%/guix-container.1 \
+ $(srcdir)/%D%/guix-copy.1 \
$(srcdir)/%D%/guix-deploy.1 \
+ $(srcdir)/%D%/guix-describe.1 \
$(srcdir)/%D%/guix-download.1 \
$(srcdir)/%D%/guix-edit.1 \
$(srcdir)/%D%/guix-environment.1 \
$(srcdir)/%D%/guix-gc.1 \
+ $(srcdir)/%D%/guix-git.1 \
+ $(srcdir)/%D%/guix-graph.1 \
$(srcdir)/%D%/guix-hash.1 \
+ $(srcdir)/%D%/guix-home.1 \
$(srcdir)/%D%/guix-import.1 \
$(srcdir)/%D%/guix-lint.1 \
+ $(srcdir)/%D%/guix-offload.1 \
+ $(srcdir)/%D%/guix-pack.1 \
$(srcdir)/%D%/guix-package.1 \
+ $(srcdir)/%D%/guix-processes.1 \
$(srcdir)/%D%/guix-publish.1 \
$(srcdir)/%D%/guix-pull.1 \
$(srcdir)/%D%/guix-refresh.1 \
+ $(srcdir)/%D%/guix-repl.1 \
+ $(srcdir)/%D%/guix-shell.1 \
$(srcdir)/%D%/guix-size.1 \
+ $(srcdir)/%D%/guix-style.1 \
$(srcdir)/%D%/guix-system.1 \
$(srcdir)/%D%/guix-time-machine.1 \
$(srcdir)/%D%/guix-weather.1
- branch master updated (85f4d87b81 -> bb04b5e0ce), guix-commits, 2022/11/19
- 01/08: services: lightdm: Do not use GOOPS., guix-commits, 2022/11/19
- 02/08: pack: Remove use of GOOPS in 'deb' backend., guix-commits, 2022/11/19
- 05/08: doc: Build more man pages.,
guix-commits <=
- 08/08: gnu: moreutils: Fix corrupted manual pages., guix-commits, 2022/11/19
- 06/08: scripts: describe: Add branch information to json output., guix-commits, 2022/11/19
- 03/08: gnu: blender: Update to 3.3.1., guix-commits, 2022/11/19
- 07/08: scripts: describe: Add branch information to recutils output., guix-commits, 2022/11/19
- 04/08: gnu: python-check-manifest: Relax git security settings in tests., guix-commits, 2022/11/19