Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
d34cfcb4
Commit
d34cfcb4
authored
Oct 29, 2000
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revise the message to be a little nicer.
Have the mail sent to the python-dev and Doc-SIG lists.
parent
a33c5661
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
Doc/tools/update-docs.sh
Doc/tools/update-docs.sh
+6
-3
No files found.
Doc/tools/update-docs.sh
View file @
d34cfcb4
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment