view Makefile @ 51:ac0b1bf6a92b

Added a 'Feedback' section.
author Atul Varma <varmaa@toolness.com>
date Tue, 10 Jun 2008 23:34:40 -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)"