]> granicus.if.org Git - python/commitdiff
Revise the message to be a little nicer.
authorFred Drake <fdrake@acm.org>
Sun, 29 Oct 2000 13:21:45 +0000 (13:21 +0000)
committerFred Drake <fdrake@acm.org>
Sun, 29 Oct 2000 13:21:45 +0000 (13:21 +0000)
Have the mail sent to the python-dev and Doc-SIG lists.

Doc/tools/update-docs.sh

index 53b6fc5197abe396f65c05f4731aa63cb4724514..01ebfdf3ad1c859640e6be88887fb4143aac2501 100755 (executable)
@@ -20,8 +20,11 @@ if [ -f "$UPDATES" ] ; then
     cd devel-docs || exit $?
     (bzip2 -dc "$UPDATES" | tar xf -) || exit $?
     rm "$UPDATES" || exit $?
-    Mail -s '[online doc updates]' fdrake@acm.org <<EOF
-Development version of documentation updated:
-http://python.sourceforge.net/devel-docs/
+    Mail -s '[development doc updates]' \
+     python-dev@python.org doc-sig@python.org \
+     <<EOF
+The development version of the documentation has been updated:
+
+       http://python.sourceforge.net/devel-docs/
 EOF
 fi