Browse Source
doc: Build more man pages.
* doc/local.mk (sub_commands_mans): Add guix-deploy.1,
guix-time-machine.1, and guix-weather.1.
wip-gnome3.36
Ludovic Courtès
2 years ago
No known key found for this signature in database
GPG Key ID: 90B11993D9AEBB5
1 changed files with
4 additions and
1 deletions
-
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 \
|
|
|
|