view Makefile @ 29:d8bb41310526

Added a TODO file.
author Atul Varma <varmaa@toolness.com>
date Fri, 06 Jun 2008 00:03:03 -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')"