view Makefile @ 23:e5ba89c69c1f

Minor style change
author Atul Varma <varmaa@toolness.com>
date Thu, 05 Jun 2008 23:05:10 -0700
parents 58825cbccd10
children dd7beb3cbb82
line wrap: on
line source

all:
	rst2html.py PythonForJsProgrammers.txt > PythonForJsProgrammers.html

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