]> code.delx.au - gnu-emacs-elpa/commitdiff
Update email addresses.
authormonnier <>
Thu, 4 Mar 2010 23:57:22 +0000 (23:57 +0000)
committermonnier <>
Thu, 4 Mar 2010 23:57:22 +0000 (23:57 +0000)
(dist): Fix up update to use Svn rather than CVS.

.cvsignore [deleted file]
BUGS
Makefile
README
sml-mode.el
sml-mode.spec
sml-mode.texi
sml-util.el

diff --git a/.cvsignore b/.cvsignore
deleted file mode 100644 (file)
index 9854333..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-sml-mode-startup.el
-sml-mode.cp
-sml-mode.cps
-sml-mode.fn
-sml-mode.fns
-sml-mode.info
-sml-mode.ky
-sml-mode.kys
-sml-mode.pg
-sml-mode.tp
-sml-mode.vr
-sml-mode.vrs
diff --git a/BUGS b/BUGS
index 5040f6d7c2dcb545d206133e58c232f32e3c3f9d..1623cdede8e755e3ea15b8bf27cdd17a67bacee7 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1,7 +1,7 @@
 -*- text -*-
 
 Here are the current known bugs.
-If you find any other, send it to <monnier+lists.emacs.sml@flint.cs.yale.edu>.
+If you find any other, send it to <monnier@iro.umontreal.ca>.
 
 * M-x next-error and other compile.el support doesn't work on XEmacs.
 
index 6c8496a49eff546551e22177f56f3c5c59433d82..4bc79e19bf9dbc07b316e5396a6ddad7d536e645 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -158,8 +158,8 @@ $(PACKAGE)-startup.el: $(ELFILES)
 ##
 
 #TAG = $(shell echo v$(VERSION) | tr '.' '_')
-URL="$(sed -n -e '5p' .svn/entries)"
-TAG="$(dirname "$URL")/releases/$(PACKAGE)-$(VERSION)"
+URL=$(shell sed -n -e '5p' .svn/entries)
+TAG=$(shell dirname "$(URL)")/releases/$(PACKAGE)-$(VERSION)
 ftpdir=/u/monnier/html/elisp/
 cvsmodule=$(shell cat CVS/Repository)
 cvsroot=$(shell cat CVS/Root)
@@ -168,7 +168,7 @@ dist:
        svn cp . "$(TAG)" &&\
        svn export "$(TAG)" "$(TMP)/$(PACKAGE)-$(VERSION)" &&\
        cd "$(TMP)/$(PACKAGE)-$(VERSION)" &&\
-       gmake info $(PACKAGE)-startup.el &&\
+       $(MAKE) info $(PACKAGE)-startup.el &&\
        cd .. &&\
        ztar $(PACKAGE)-$(VERSION) &&\
        rm -rf $(PACKAGE)-$(VERSION)
diff --git a/README b/README
index ac81c6ce1346c929df3e876de6250a93fb0f9539..9632487d1dfa51682b7e85f837df04c16c190180 100644 (file)
--- a/README
+++ b/README
@@ -16,4 +16,4 @@ enhancements.
 Send any complaint/question/praise/ice-cream to me,
 
 
-       Stefan Monnier <monnier+lists/emacs/sml@tequila.cs.yale.edu>
+       Stefan Monnier <monnier@iro.umontreal.ca>
index 812c38ed0193aa82cf6902ec2aa14954e6e2bf76..77b351f5e2c106df983436e9dcb9136e2eac8883 100644 (file)
@@ -10,8 +10,8 @@
 ;;     Steven Gilmore (?)
 ;;     Matthew Morley <mjm@scs.leeds.ac.uk> (aka <matthew@verisity.com>)
 ;;     Matthias Blume <blume@cs.princeton.edu> (aka <blume@kurims.kyoto-u.ac.jp>)
-;;      (Stefan Monnier) monnier@cs.yale.edu
-;; Maintainer: (Stefan Monnier) monnier+lists/emacs/sml@flint.cs.yale.edu
+;;      (Stefan Monnier) <monnier@iro.umontreal.ca>
+;; Maintainer: (Stefan Monnier) <monnier@iro.umontreal.ca>
 ;; Keywords: SML
 ;; $Revision$
 ;; $Date$
index 782883c4486684fcc7c401c847c07a972306461f..f0d8437d3627db18b20e7376ce50a53d5438f610 100755 (executable)
@@ -8,7 +8,7 @@ Release:        0.1
 Group:         Applications/Editors
 Copyright:     GPL
 Packager:      Stefan Monnier
-Source:                ftp://flint.cs.yale.edu/pub/monnier/%{name}/%{name}.tar.gz
+Source:                http://iro.umontreal.ca/~monnier/elisp/%{name}.tar.gz
 Buildroot:     %{_tmppath}/%{name}-buildroot
 BuildPreReq:   emacs >= 20 xemacs >= 21
 BuildArch:     noarch
index b78dee4a40d7ade63e3307f29035d6a4a6caffc4..f940d0e6a89a3968f6b095b58665ca1a6d8c436a 100644 (file)
@@ -242,7 +242,7 @@ Matthias Blume (@samp{blume@@kurims.kyoto-u.ac.jp}) provided a sml-make
 which was replaced by sml-compile.
 
 @item
-Monnier Stefan (@samp{monnier@@cs.yale.edu}) completely reworked the
+Monnier Stefan (@samp{monnier@@iro.umontreal.ca}) completely reworked the
 indentation engine as well as most of the rest of the code and is
 the current maintainer since after version 3.4.
 
index 053d96bf322ead09864d52a20453cf4fbadf7f63..99f893763e99eb8c05ca712e29ffa16ae8b69f3c 100644 (file)
@@ -1,6 +1,6 @@
 ;;; sml-util.el --- Utility functions for sml-mode
 
-;; Copyright (C) 1999-2000, 2007  Stefan Monnier <monnier@cs.yale.edu>
+;; Copyright (C) 1999-2000, 2007, 2010  Stefan Monnier <monnier@iro.umontreal.ca>
 ;;
 ;; 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