| 
									
										
										
										
											2004-01-12 16:05:15 +00:00
										 |  |  | #!/bin/sh
 | 
					
						
							| 
									
										
										
										
											2006-09-11 22:27:29 +00:00
										 |  |  | # Copyright David Abrahams 2006. Distributed under the Boost | 
					
						
							|  |  |  | # Software License, Version 1.0. (See accompanying | 
					
						
							|  |  |  | # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) | 
					
						
							| 
									
										
										
										
											2006-02-01 23:33:32 +00:00
										 |  |  | PYTHONPATH="c:/src/docutils;c:/src/docutils/extras" | 
					
						
							| 
									
										
										
										
											2004-01-12 16:05:15 +00:00
										 |  |  | export PYTHONPATH | 
					
						
							| 
									
										
										
										
											2007-07-06 19:47:17 +00:00
										 |  |  | rst2html.py -gs --link-stylesheet --traceback --trim-footnote-reference-space --footnote-references=superscript --stylesheet=../../../rst.css $1 `echo $1 | sed 's/\(.*\)\..*/\1.html/'` | 
					
						
							| 
									
										
										
										
											2004-01-12 16:05:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 |