1
0
mirror of https://github.com/mirror/make.git synced 2025-04-24 12:00:35 +08:00

Add a new Irish (ga) translation.

Fixed the CVS download URL to be simplified.
Fixed the .texi doc download: the ftp site was decommed so use CVS.
This commit is contained in:
Paul Smith 2005-02-09 21:28:00 +00:00
parent 1ce563a181
commit 939167cfc1
4 changed files with 23 additions and 45 deletions

View File

@ -1,3 +1,9 @@
2005-02-09 Paul D. Smith <psmith@gnu.org>
* maintMakefile: Update the CVS download URL to simplify them.
Also, the ftp://ftp.gnu.org/GNUinfo site was removed so I'm
downloading the .texi files from Savannah now.
2005-02-01 Paul D. Smith <psmith@gnu.org>
* maintMakefile (po_repo): Update the GNU translation site URL.

View File

@ -141,68 +141,36 @@ po-update:
fi
# -------------------------- #
# Updating GNU build tools. #
# Updating GNU build files. #
# -------------------------- #
# The following pseudo table associates a local directory and a URL
# with each of the files that belongs to some other package and is
# regularly updated from the specified URL.
wget_files ?= $(srcdir)/doc/make-stds.texi $(srcdir)/doc/fdl.texi
wget-targets = $(patsubst %, get-%, $(wget_files))
ansi2knr.c-url_prefix = ftp://ftp.cs.wisc.edu/ghost/
standards.texi-url_prefix = $(ftp-gnu)/GNUinfo/
make-stds.texi-url_prefix = $(ftp-gnu)/GNUinfo/
fdl.texi-url_prefix = $(ftp-gnu)/GNUinfo/
savannah-url = http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~
target = $(patsubst get-%,%,$@)
url = $($(notdir $(target))-url_prefix)$(notdir $(target))
.PHONY: $(wget-targets)
$(wget-targets):
@echo $(WGET) $(url) -O $(target) \
&& $(WGET) $(url) -O $(target).t \
&& $(move_if_change)
savannah-url = http://savannah.gnu.org/cgi-bin/viewcvs
viewcvs-suffix = \?rev=HEAD\&content-type=text/plain
config-url = $(savannah-url)/config/config/$(patsubst get-config/%,%,$@)$(viewcvs-suffix)
config-url = $(savannah-url)/config/config/$(patsubst get-config/%,%,$@)
get-config/config.guess get-config/config.sub:
@echo $(WGET) $(config-url) -O $(target) \
&& $(WGET) $(config-url) -O $(target).t \
&& $(move_if_change)
gnulib-url = $(savannah-url)/gnulib/gnulib/config/$(patsubst get-config/%,%,$@)$(viewcvs-suffix)
gnulib-url = $(savannah-url)/gnulib/gnulib/config/$(patsubst get-config/%,%,$@)
get-config/texinfo.tex:
@echo $(WGET) $(gnulib-url) -O $(target) \
&& $(WGET) $(gnulib-url) -O $(target).t \
&& $(move_if_change)
.PHONY: wget-update
wget-update: $(wget-targets)
# Updating tools via CVS.
# cvs_files ?= depcomp missing
# cvs-targets = $(patsubst %, get-%, $(cvs_files))
# automake_repo = :pserver:anoncvs@anoncvs.cygnus.com:/cvs/automake
# .PHONY: $(cvs-targets)
# $(cvs-targets):
# $(CVS) -d $(automake_repo) co -p automake/lib/$(notdir $(target)) \
# >$(target).t \
# && $(move_if_change)
# $(cvs-targets)
gnustandards-url = $(savannah-url)/gnustandards/gnustandards/$(patsubst get-doc/%,%,$@)
get-doc/make-stds.texi get-doc/fdl.texi:
@echo $(WGET) $(gnustandards-url) -O $(target) \
&& $(WGET) $(gnustandards-url) -O $(target).t \
&& $(move_if_change)
.PHONY: cvs-update
cvs-update: get-config/texinfo.tex get-config/config.guess get-config/config.sub
cvs-update: get-config/texinfo.tex get-config/config.guess get-config/config.sub get-doc/make-stds.texi get-doc/fdl.texi
# --------------------- #
@ -210,7 +178,7 @@ cvs-update: get-config/texinfo.tex get-config/config.guess get-config/config.sub
# --------------------- #
.PHONY: update
update: wget-update po-update cvs-update
update: po-update cvs-update
## --------------- ##

View File

@ -1,3 +1,7 @@
2005-02-09 Paul D. Smith <psmith@gnu.org>
* LINGUAS: Added a new translation for Irish (ga).
2005-02-01 Paul D. Smith <psmith@gnu.org>
* LINGUAS: Added a new translation for Finnish (fi).

View File

@ -1,5 +1,5 @@
# Set of available languages: 19 languages
# Set of available languages: 20 languages
be da de es fi fr gl he hr ja ko nl pl pt_BR sv ru tr uk zh_CN
be da de es fi fr ga gl he hr ja ko nl pl pt_BR sv ru tr uk zh_CN
# Can't seem to get en@quot and en@boldquot to build properly?