view Makefile @ 32:ace6f51e84e0

Rephrasing
author Atul Varma <varmaa@toolness.com>
date Fri, 06 Jun 2008 05:35:04 -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')"