diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-09-18 09:38:05 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-09-18 09:38:05 +0100 |
commit | 0003ea2c3dbaa7e22f4f616539136821d80694b8 (patch) | |
tree | 1a5bcededb436fb9f1a0e8e046599fdd0d5ae7f1 /po-docs/ja/Makefile.am | |
parent | 585fceb3350c17a3d6ed7f2daffd5e2b3e5fc3e1 (diff) | |
download | libguestfs-0003ea2c3dbaa7e22f4f616539136821d80694b8.tar.gz libguestfs-0003ea2c3dbaa7e22f4f616539136821d80694b8.tar.xz libguestfs-0003ea2c3dbaa7e22f4f616539136821d80694b8.zip |
generator: Generate guestfish-only commands.
The guestfish-only commands such as 'alloc' and 'edit' are
now generated from one place in the generator instead of being
spread around ad-hoc in the C code.
Diffstat (limited to 'po-docs/ja/Makefile.am')
-rw-r--r-- | po-docs/ja/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/po-docs/ja/Makefile.am b/po-docs/ja/Makefile.am index f5654101..83a2340b 100644 --- a/po-docs/ja/Makefile.am +++ b/po-docs/ja/Makefile.am @@ -36,7 +36,7 @@ MANPAGES = \ EXTRA_DIST = \ $(MANPAGES) \ guestfs.pod guestfs-actions.pod guestfs-availability.pod guestfs-structs.pod \ - guestfish.pod guestfish-actions.pod \ + guestfish.pod guestfish-actions.pod guestfish-commands.pod \ guestmount.pod \ libguestfs-test-tool.pod \ $(wildcard virt-*.pl) @@ -61,9 +61,10 @@ guestfs.3: guestfs.pod guestfs-actions.pod guestfs-availability.pod guestfs-stru --release "$(PACKAGE_NAME)-$(PACKAGE_VERSION)" \ > $@-t; mv $@-t $@ -guestfish.1: guestfish.pod guestfish-actions.pod +guestfish.1: guestfish.pod guestfish-actions.pod guestfish-commands.pod sed \ -e '/@ACTIONS@/rguestfish-actions.pod' -e 's/@ACTIONS@//' \ + -e '/@FISH_COMMANDS@/rguestfish-commands.pod' -e 's/@FISH_COMMANDS@//' \ < $< | \ $(POD2MAN) -u \ --section 1 \ |