X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=po-docs%2FMakefile.am;h=01a3f4a20a678f26f7e793b32fa47fcb25c154a0;hb=8a6569405c7c71367578817608996f9326ab72f1;hp=c0a916e7718c91d3eb86658f05fdcebe72cdefb7;hpb=16127e773b12ac2395858a2914d340af211c1f48;p=libguestfs.git diff --git a/po-docs/Makefile.am b/po-docs/Makefile.am index c0a916e..01a3f4a 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 @@ -20,7 +20,7 @@ # libguestfs.pot file. # Languages. -LINGUAS = ja +LINGUAS = ja uk EXTRA_DIST = \ libguestfs-docs.pot \ @@ -48,13 +48,7 @@ PODFILES = \ ../fuse/guestmount.pod \ $(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