diff options
author | Paul Smith <psmith@gnu.org> | 2005-02-09 21:28:00 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2005-02-09 21:28:00 +0000 |
commit | 939167cfc151eae77c0d2a9d01fe2e73cab1a1b1 (patch) | |
tree | 08127597beeaf8a727679235b95201d604d0ead5 | |
parent | 1ce563a18155a710fbe286127f06430ce2b83d24 (diff) | |
download | gunmake-939167cfc151eae77c0d2a9d01fe2e73cab1a1b1.tar.gz |
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.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | maintMakefile | 54 | ||||
-rw-r--r-- | po/ChangeLog | 4 | ||||
-rw-r--r-- | po/LINGUAS | 4 |
4 files changed, 23 insertions, 45 deletions
@@ -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. diff --git a/maintMakefile b/maintMakefile index 82db1ec..111e6a3 100644 --- a/maintMakefile +++ b/maintMakefile @@ -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 ## --------------- ## diff --git a/po/ChangeLog b/po/ChangeLog index 4536169..1ccde26 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -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). @@ -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? |