view Makefile @ 31:57bae3eba6e3

Added by-line, removed TODO file and moved todos into main file as comments.
author Atul Varma <varmaa@toolness.com>
date Fri, 06 Jun 2008 00:19:39 -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')"