view build_docs @ 35:6ddc83bb61f8 default tip

added another gc test
author Atul Varma <avarma@mozilla.com>
date Mon, 10 May 2010 21:01:58 -0700
parents 915fdf283ac5
children
line wrap: on
line source

#! /bin/bash

export DOCS=docs.html
rst2html.py docs.txt $DOCS -s --link-stylesheet --stylesheet-path=docs.css
echo Documentation written to $DOCS.