X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=build-aux%2Fmaint.mk;h=ddae7e89e1f00c7d668a7e86b988739b42dfe822;hb=89861a8be877136ea47794016b00a5a095c30ea4;hp=4180930b42d3eca74e9f2881fd1da294cc3f6060;hpb=b7211998647aa3613a0267c5cefcdeb135c4a5e6;p=gnulib.git diff --git a/build-aux/maint.mk b/build-aux/maint.mk index 4180930b4..ddae7e89e 100644 --- a/build-aux/maint.mk +++ b/build-aux/maint.mk @@ -2,7 +2,7 @@ # This Makefile fragment is intended to be useful by any GNU-like project. # This file originate from coreutils, CPPI, Bison, and Autoconf. -## Copyright (C) 2001-2006 Free Software Foundation, Inc. +## Copyright (C) 2001-2007 Free Software Foundation, 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 @@ -109,10 +109,10 @@ syntax-check: $(syntax-check-rules) # Update gettext files. PACKAGE ?= $(shell basename $(PWD)) -POURL = http://www.iro.umontreal.ca/translation/maint/$(PACKAGE)/ +POURL = http://translationproject.org/latest/$(PACKAGE)/ PODIR ?= po refresh-po: - rm $(PODIR)/*.po && \ + rm -f $(PODIR)/*.po && \ echo "$(ME): getting translations into po (please ignore the robots.txt ERROR 404)..." && \ wget --no-verbose --directory-prefix $(PODIR) --no-directories --recursive --level 1 --accept .po --accept .po.1 $(POURL) && \ echo 'en@boldquot' > $(PODIR)/LINGUAS && \ @@ -122,4 +122,4 @@ refresh-po: INDENT_SOURCES ?= $(C_SOURCES) .PHONY: indent indent: - indent $(C_SOURCES) + indent $(INDENT_SOURCES)