mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
fish: Update documentation to use new __INSERT:...___ directive.
This commit is contained in:
@@ -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 \
|
||||
$<
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -131,9 +131,6 @@ guestfish.1: guestfish.pod guestfish-actions.pod guestfish-commands.pod guestfis
|
||||
--no-strict-checks \
|
||||
--man $@ \
|
||||
--license GPLv2+ \
|
||||
--insert $(srcdir)/guestfish-actions.pod:__ACTIONS__ \
|
||||
--insert $(srcdir)/guestfish-commands.pod:__FISH_COMMANDS__ \
|
||||
--insert $(srcdir)/guestfish-prepopts.pod:__PREPOPTS__ \
|
||||
$<
|
||||
|
||||
virt-builder.1: virt-builder.pod customize-synopsis.pod customize-options.pod
|
||||
|
||||
Reference in New Issue
Block a user