X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=po-docs%2FMakefile.am;h=f9af41b7f4c557286609bdef9e6a995f065edc0a;hb=47963bc9cc0b47af0541010a4fa14260405acaa5;hp=eede6e05535dda90c3526222c357526ba5fe9af7;hpb=33fe14b42f4977740ef12c4d6fc08873b8eef676;p=libguestfs.git diff --git a/po-docs/Makefile.am b/po-docs/Makefile.am index eede6e0..f9af41b 100644 --- a/po-docs/Makefile.am +++ b/po-docs/Makefile.am @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # XXX The use of po4a is naive here. Also we should integrate this # into the po/ directory and the translations into the usual @@ -69,8 +69,11 @@ po4a.conf: podfiles podfiles: Makefile rm -f $@ $@-t find $(top_srcdir) -name '*.pod' | \ - grep -v /stamp- | \ - grep -v /po-docs/ > $@-t + grep -v /debian/ | \ + grep -v /libguestfs-1 | \ + grep -v /po-docs/ | \ + grep -v /stamp- \ + > $@-t find $(top_srcdir)/tools -name 'virt-*.pl' >> $@-t - sort -o $@-t $@-t + LC_ALL=C sort -o $@-t $@-t mv $@-t $@