diff options
-rw-r--r-- | Makefile.maint | 13 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | THANKS | 1 | ||||
-rw-r--r-- | TODO | 3 |
4 files changed, 13 insertions, 6 deletions
diff --git a/Makefile.maint b/Makefile.maint index c657c8c..a3bcc14 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -50,9 +50,12 @@ THIS_VERSION_REGEXP = $(subst .,\.,$(VERSION)) PREV_VERSION := $(shell echo $(VERSION)|tr a-z Xa-y) PREV_VERSION_REGEXP := $(shell echo $(PREV_VERSION)|sed 's/\./\\./g') v = Version -url-host-prefix = ftp://alpha.gnu.org -url = $(url-host-prefix)/gnu/fetish/$(distdir).tar.gz -md5 = $(shell md5sum < $(distdir).tar.gz|sed 's/ -//') +url-dirs = \ + ftp://alpha.gnu.org/gnu \ + ftp://tug.org/gnu \ + ftp://ftp.enst.fr/pub/gnu/gnits + +md5 = $(shell md5sum $(distdir).tar.gz) rel-check: tarz=/tmp/rel-check-tarz-$$$$; \ @@ -69,7 +72,7 @@ announcement: NEWS ChangeLog $(distdir).tar.gz echo; \ echo FIXME: put comments here; \ echo; \ - echo " $(url)"; \ + for url_dir in $(url-dirs); do echo " $$url_dir/$(distdir).tar.gz"; done; \ echo; \ echo "$(md5) $(distdir).tar.gz"; \ echo; \ @@ -88,7 +91,7 @@ alpha: ln $(distdir).tar.gz ../release chmod a-w $(distdir).tar.gz @echo ===================================== - @echo 'ncftp -u $(url-host-prefix)/fs/share/ftp/gnu/fetish/' + @echo 'ncftp -u $(url-host-prefix)/fs/share/ftp/gnu/' @echo '# put $(distdir).tar.gz' @echo '# send the /tmp/announcement e-mail' @echo 'pot-mail $(distdir).tar.gz | bash' @@ -2,7 +2,7 @@ id-utils NEWS - User visible changes. Version 3.2d - April 6, 1999, by Greg McGary -* Mondernize lisp/Makefile.am, replace gets with fgets. +* Modernize lisp/Makefile.am, replace gets with fgets. * Allocate larger scanner buffer: MIN (2MB, largest file) @@ -35,3 +35,4 @@ Youki Kadobayashi <youki-k@is.aist-nara.ac.jp> Monty Solomon <monty@roscom.com> Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de> Nelson H. F. Beebe <beebe@math.utah.edu> +Erick Branderhorst <Erick.Branderhorst@asml.nl> @@ -3,6 +3,9 @@ id-utils TODO - Future directions * General - Add comments to all substantive functions +* i18n + - integrate nl and pl translations. + * Portability - Fix file name handling for non-UNIX file systems (notably DOS, Windoze & OS/2). |