view Makefile @ 26:ae5c91bf890b

Modifications to CSS
author Atul Varma <varmaa@toolness.com>
date Thu, 05 Jun 2008 23:43:48 -0700
parents dd7beb3cbb82
children 1b6fc390ffc7
line wrap: on
line source

all:
	rst2html.py --stylesheet-path=PythonForJsProgrammers.css --link-stylesheet PythonForJsProgrammers.txt > PythonForJsProgrammers.html

test:
	python -c "import doctest; doctest.testfile('PythonForJsProgrammers.txt')"