view Makefile @ 55:8f019284f1d1

Regenerated html file.
author Atul Varma <varmaa@toolness.com>
date Tue, 10 Jun 2008 23:56:18 -0700
parents 1b6fc390ffc7
children
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', optionflags=doctest.NORMALIZE_WHITESPACE)"