summaryrefslogtreecommitdiff
path: root/maintMakefile
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2005-02-01 23:02:17 +0000
committerPaul Smith <psmith@gnu.org>2005-02-01 23:02:17 +0000
commit1ce563a18155a710fbe286127f06430ce2b83d24 (patch)
tree599ccff41178702a802f2699d871ec1758df9c06 /maintMakefile
parentdff0be9e68c57435f017f912e78730eafa3d58e5 (diff)
downloadgunmake-1ce563a18155a710fbe286127f06430ce2b83d24.tar.gz
Add a Finnish translation.
Update the URL for the GNU translation site in maintMakefile; the old one stopped working.
Diffstat (limited to 'maintMakefile')
-rw-r--r--maintMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintMakefile b/maintMakefile
index b6cb0c9..82db1ec 100644
--- a/maintMakefile
+++ b/maintMakefile
@@ -124,7 +124,7 @@ move_if_change = if test -r $(target) && cmp -s $(target).t $(target); then \
# Updating PO files. #
# ------------------- #
-po_repo = http://www2.iro.umontreal.ca/%7Egnutra/po/maint/$(PACKAGE)
+po_repo = http://www.iro.umontreal.ca/translation/maint/$(PACKAGE)
.PHONY: do-po-update po-update
do-po-update:
tmppo=/tmp/$(PACKAGE)-$(VERSION)-po &&\