X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=po-docs%2Fja%2FMakefile.am;h=008228802108e13cc72a7011389f255827d74689;hb=f6d3d5677194ae7aaea70d43845341d91907b5ee;hp=83a2340b572d9ef437357ea3fa06c536695e36f8;hpb=0003ea2c3dbaa7e22f4f616539136821d80694b8;p=libguestfs.git diff --git a/po-docs/ja/Makefile.am b/po-docs/ja/Makefile.am index 83a2340..0082288 100644 --- 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?