X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=po-docs%2FMakefile.am;h=282777028cdb94cf9ea54a875a3190f59fc74d2d;hp=ebb80c022e70762c4d893d62a55f3fddeaceed8c;hb=58f7a5a4ac8cce77dfaded1c29f3ad382b4cc9a8;hpb=8c48f5ae2ea5221f6c53934262c5505f4b20ca8c diff --git a/po-docs/Makefile.am b/po-docs/Makefile.am index ebb80c0..2827770 100644 --- a/po-docs/Makefile.am +++ b/po-docs/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,18 +43,12 @@ PODFILES = \ ../src/guestfs-structs.pod \ ../fish/guestfish.pod \ ../fish/guestfish-actions.pod \ + ../fish/guestfish-commands.pod \ ../test-tool/libguestfs-test-tool.pod \ ../fuse/guestmount.pod \ - ../inspector/virt-inspector.pl \ $(wildcard ../tools/virt-*.pl) -if HAVE_PO4A update-po: libguestfs-docs.pot -else -update-po: -endif - -if HAVE_PO4A # Note: po4a leaves empty '=encoding' lines in POD files. Also it # includes a large warning message which ends up in the output. We @@ -84,5 +78,3 @@ po4a.conf: $(PODFILES) echo >> $@-t; \ done; mv $@-t $@ - -endif