diff options
author | Paul Smith <psmith@gnu.org> | 2008-03-28 03:46:39 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2008-03-28 03:46:39 +0000 |
commit | b23b0c3552d3e545049e69e25bf11257e011db45 (patch) | |
tree | b3ec2e2cc753f550b5f764a7d752af5bc882b4e0 /maintMakefile | |
parent | bb7cb05da5abd29c38445331371aab4c37e175d2 (diff) | |
download | make-b23b0c3552d3e545049e69e25bf11257e011db45.tar.gz |
Update the translation project location for PO files (again)
Apply fix for Savannah bug #22379.
Diffstat (limited to 'maintMakefile')
-rw-r--r-- | maintMakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maintMakefile b/maintMakefile index 90de55b..276457f 100644 --- a/maintMakefile +++ b/maintMakefile @@ -135,7 +135,7 @@ move_if_change = if test -r $(target) && cmp -s $(target).t $(target); then \ # http://translation.sf.net/maint/ # ftp://tiger.informatik.hu-berlin.de/pub/po/maint/ -po_repo = http://translationproject.org/maint/$(PACKAGE) +po_repo = http://translationproject.org/latest/$(PACKAGE) .PHONY: do-po-update po-update do-po-update: tmppo="/tmp/po-$(PACKAGE)-$(VERSION).$$$$" \ |