fish: Update documentation to use new __INSERT:...___ directive.

This commit is contained in:
Richard W.M. Jones
2019-11-26 14:00:46 +00:00
parent 46e59e9535
commit 152ff05ae0
3 changed files with 4 additions and 9 deletions

View File

@@ -201,9 +201,7 @@ stamp-guestfish.pod: guestfish.pod guestfish-actions.pod guestfish-commands.pod
$(PODWRAPPER) \
--man guestfish.1 \
--html $(top_builddir)/website/guestfish.1.html \
--insert $(srcdir)/guestfish-actions.pod:__ACTIONS__ \
--insert $(srcdir)/guestfish-commands.pod:__FISH_COMMANDS__ \
--insert $(srcdir)/guestfish-prepopts.pod:__PREPOPTS__ \
--path $(srcdir) \
--license GPLv2+ \
--warning ro-option \
$<

View File

@@ -1133,7 +1133,7 @@ F<test1.img>):
guestfish -N blankdisk.img=disk:200M
__PREPOPTS__
__INCLUDE:guestfish-prepopts.pod__
=head1 ADDING REMOTE STORAGE
@@ -1403,11 +1403,11 @@ With I<-l> or I<--list>, this list all commands.
This exits guestfish. You can also use C<^D> key.
__FISH_COMMANDS__
__INCLUDE:guestfish-commands.pod__
=head1 COMMANDS
__ACTIONS__
__INCLUDE:guestfish-actions.pod__
=head1 EXIT STATUS