X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=po-docs%2Fja%2FMakefile.am;h=c60626ecf607bdf18ebcaa26747116722cce53dd;hb=58f7a5a4ac8cce77dfaded1c29f3ad382b4cc9a8;hp=83a2340b572d9ef437357ea3fa06c536695e36f8;hpb=0003ea2c3dbaa7e22f4f616539136821d80694b8;p=libguestfs.git diff --git a/po-docs/ja/Makefile.am b/po-docs/ja/Makefile.am index 83a2340..c60626e 100644 --- a/po-docs/ja/Makefile.am +++ b/po-docs/ja/Makefile.am @@ -1,5 +1,5 @@ # libguestfs translations of man pages and POD files -# Copyright (C) 2010 Red Hat Inc. +# Copyright (C) 2010-2011 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -43,59 +43,36 @@ EXTRA_DIST = \ all-local: $(MANPAGES) -if HAVE_PO4A - guestfs.3: guestfs.pod guestfs-actions.pod guestfs-availability.pod guestfs-structs.pod - sed \ - -e '/@ACTIONS@/rguestfs-actions.pod' \ - -e 's/@ACTIONS@//' \ - -e '/@AVAILABILITY@/rguestfs-availability.pod' \ - -e 's/@AVAILABILITY@//' \ - -e '/@STRUCTS@/rguestfs-structs.pod' \ - -e 's/@STRUCTS@//' \ - < $< | \ - $(POD2MAN) -u \ + $(top_srcdir)/podwrapper.sh \ --section 3 \ - -c "Virtualization Support" \ - --name "guestfs" \ - --release "$(PACKAGE_NAME)-$(PACKAGE_VERSION)" \ - > $@-t; mv $@-t $@ + --man $@ \ + --insert guestfs-actions.pod:@ACTIONS@ \ + --insert guestfs-availability.pod:@AVAILABILITY@ \ + --insert guestfs-structs.pod:@STRUCTS@ \ + $< 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 \ - -c "Virtualization Support" \ - --name "guestfish" \ - --release "$(PACKAGE_NAME)-$(PACKAGE_VERSION)" \ - > $@-t; mv $@-t $@ + $(top_srcdir)/podwrapper.sh \ + --man $@ \ + --insert guestfish-actions.pod:@ACTIONS@ \ + --insert guestfish-commands.pod:@FISH_COMMANDS@ \ + $< guestmount.1: guestmount.pod - $(POD2MAN) -u \ - --section 1 \ - -c "Virtualization Support" \ - --name "guestmount" \ - --release "$(PACKAGE_NAME)-$(PACKAGE_VERSION)" \ - $< > $@-t; mv $@-t $@ + $(top_srcdir)/podwrapper.sh \ + --man $@ \ + $< libguestfs-test-tool.1: libguestfs-test-tool.pod - $(POD2MAN) -u \ - --section 1 \ - -c "Virtualization Support" \ - --release "$(PACKAGE_NAME)-$(PACKAGE_VERSION)" \ - $< > $@-t; mv $@-t $@ + $(top_srcdir)/podwrapper.sh \ + --man $@ \ + $< virt-%.1: virt-%.pl - $(POD2MAN) -u \ - --section 1 \ - -c "Virtualization Support" \ - --release "$(PACKAGE_NAME)-$(PACKAGE_VERSION)" \ - $< > $@-t && mv $@-t $@ - -endif + $(top_srcdir)/podwrapper.sh \ + --man $@ \ + $< # XXX Can automake do this properly? install-data-hook: