mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 19:34:08 +00:00 
			
		
		
		
	Revise the message to be a little nicer.
Have the mail sent to the python-dev and Doc-SIG lists.
This commit is contained in:
		
							parent
							
								
									a33c566138
								
							
						
					
					
						commit
						d34cfcb4c7
					
				
					 1 changed files with 6 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue