root/cly/trunk/doc/Makefile

Revision 424, 124 bytes (checked in by athomas, 1 year ago)

cly: Added doc Makefile.

  • Property svn:eol-style set to native
Line 
1 HTML=tutorial.html developers-guide.html
2
3 all: $(HTML)
4
5 clean:
6         rm -f $(HTML)
7
8 %.html: %.rst
9         python makedocs.py < $< > $@
Note: See TracBrowser for help on using the browser.