root / Makefile
| Revision f7cd60146b00bdffd25b207639d1d2fb326a2174, 129 bytes (checked in by Sebastien Martini <ookoi@…>, 3 months ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | EPYDOC=epydoc |
| 2 | DSTDOC=docstrings |
| 3 | |
| 4 | doc: clean |
| 5 | $(EPYDOC) --html --graph=all -v -o $(DSTDOC) pyinotify.py |
| 6 | |
| 7 | clean: |
| 8 | rm -rf $(DSTDOC) |
Note: See TracBrowser
for help on using the browser.