git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0a48fa
)
build: Don't try to rebuild po-docs/<lang> if no po4a.
author
Maxim Koltsov
<kolmax94@gmail.com>
Mon, 8 Nov 2010 15:10:14 +0000
(15:10 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Mon, 8 Nov 2010 15:10:54 +0000
(15:10 +0000)
po-docs/ja/Makefile.am
patch
|
blob
|
history
diff --git
a/po-docs/ja/Makefile.am
b/po-docs/ja/Makefile.am
index
83a2340
..
0082288
100644
(file)
--- a/
po-docs/ja/Makefile.am
+++ b/
po-docs/ja/Makefile.am
@@
-41,10
+41,10
@@
EXTRA_DIST = \
libguestfs-test-tool.pod \
$(wildcard virt-*.pl)
-all-local: $(MANPAGES)
-
if HAVE_PO4A
+all-local: $(MANPAGES)
+
guestfs.3: guestfs.pod guestfs-actions.pod guestfs-availability.pod guestfs-structs.pod
sed \
-e '/@ACTIONS@/rguestfs-actions.pod' \
@@
-95,6
+95,10
@@
virt-%.1: virt-%.pl
--release "$(PACKAGE_NAME)-$(PACKAGE_VERSION)" \
$< > $@-t && mv $@-t $@
+else
+
+all-local:
+
endif
# XXX Can automake do this properly?