X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=po-docs%2Fja%2FMakefile.am;h=c60626ecf607bdf18ebcaa26747116722cce53dd;hb=d8818f6cb97891a1ffba23a775ad096572a486e0;hp=008228802108e13cc72a7011389f255827d74689;hpb=e5ec461c67820f050b049b41a630069f0efe96d1;p=libguestfs.git diff --git a/po-docs/ja/Makefile.am b/po-docs/ja/Makefile.am index 0082288..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 @@ -41,65 +41,38 @@ EXTRA_DIST = \ libguestfs-test-tool.pod \ $(wildcard virt-*.pl) -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' \ - -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 $@ - -else - -all-local: - -endif + $(top_srcdir)/podwrapper.sh \ + --man $@ \ + $< # XXX Can automake do this properly? install-data-hook: