summaryrefslogtreecommitdiffstats
path: root/po-docs/ja
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-10-03 09:15:37 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-10-03 09:22:45 +0100
commit4a4ca0c01da3307b69fc4925c5f2ece1e728d4b3 (patch)
tree0812e2e2a611a9dc71f18d6d749f1d619e362695 /po-docs/ja
parentdf2469a48f4641bdfe26a4179dd946df190fa970 (diff)
downloadlibguestfs-4a4ca0c01da3307b69fc4925c5f2ece1e728d4b3.tar.gz
libguestfs-4a4ca0c01da3307b69fc4925c5f2ece1e728d4b3.tar.xz
libguestfs-4a4ca0c01da3307b69fc4925c5f2ece1e728d4b3.zip
syntax: Use __PATTERNS__ instead of @PATTERNS@ in podwrapper man pages.
It is slightly dangerous to use @PATTERNS@, since these might be substituted by autoconf when they appear in Makefile.am files.
Diffstat (limited to 'po-docs/ja')
-rw-r--r--po-docs/ja/Makefile.am14
1 files changed, 7 insertions, 7 deletions
diff --git a/po-docs/ja/Makefile.am b/po-docs/ja/Makefile.am
index 816ca5a6..27432f03 100644
--- a/po-docs/ja/Makefile.am
+++ b/po-docs/ja/Makefile.am
@@ -81,9 +81,9 @@ guestfs.3: guestfs.pod guestfs-actions.pod guestfs-availability.pod guestfs-stru
--man $@ \
--section 3 \
--license LGPLv2+ \
- --insert $(srcdir)/guestfs-actions.pod:@ACTIONS@ \
- --insert $(srcdir)/guestfs-availability.pod:@AVAILABILITY@ \
- --insert $(srcdir)/guestfs-structs.pod:@STRUCTS@ \
+ --insert $(srcdir)/guestfs-actions.pod:__ACTIONS__ \
+ --insert $(srcdir)/guestfs-availability.pod:__AVAILABILITY__ \
+ --insert $(srcdir)/guestfs-structs.pod:__STRUCTS__ \
$<
guestfish.1: guestfish.pod guestfish-actions.pod guestfish-commands.pod
@@ -91,8 +91,8 @@ guestfish.1: guestfish.pod guestfish-actions.pod guestfish-commands.pod
--no-strict-checks \
--man $@ \
--license GPLv2+ \
- --insert $(srcdir)/guestfish-actions.pod:@ACTIONS@ \
- --insert $(srcdir)/guestfish-commands.pod:@FISH_COMMANDS@ \
+ --insert $(srcdir)/guestfish-actions.pod:__ACTIONS__ \
+ --insert $(srcdir)/guestfish-commands.pod:__FISH_COMMANDS__ \
$<
virt-sysprep.1: virt-sysprep.pod sysprep-extra-options.pod sysprep-operations.pod
@@ -100,8 +100,8 @@ virt-sysprep.1: virt-sysprep.pod sysprep-extra-options.pod sysprep-operations.po
--no-strict-checks \
--man $@ \
--license GPLv2+ \
- --insert sysprep-extra-options.pod:@EXTRA_OPTIONS@ \
- --insert sysprep-operations.pod:@OPERATIONS@ \
+ --insert sysprep-extra-options.pod:__EXTRA_OPTIONS__ \
+ --insert sysprep-operations.pod:__OPERATIONS__ \
$<
%.1: %.pod