view Makefile @ 57:20cd2cf47710 default tip

Added a link at the beginning of the post to the blog post.
author Atul Varma <varmaa@toolness.com>
date Wed, 11 Jun 2008 06:13:00 -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)"