root/cly/trunk/doc/Makefile
| Revision 424, 124 bytes (checked in by athomas, 1 year ago) | |
|---|---|
| |
| 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.
