From 7f3224d3b9bb89dde45c5c50a76ef6a935b0bd02 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 11 Jun 2007 12:26:03 +0200 Subject: [PATCH] Add *.po files too. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 356fd62e..19596e14 100644 --- a/Makefile.am +++ b/Makefile.am @@ -68,6 +68,7 @@ install-data-hook: # Maintainer targets update-po: refresh-po + -cg-add `ls po/*.po | grep -v quot.po` cg-commit -m "Sync with TP." po/LINGUAS `ls po/*.po | grep -v quot.po` .PHONY: examples -- 2.11.4.GIT