root / Makefile

Revision f7cd60146b00bdffd25b207639d1d2fb326a2174, 129 bytes (checked in by Sebastien Martini <ookoi@…>, 3 months ago)

- Documentation updated.
- Version 0.8.0t released.

  • Property mode set to 100644
Line 
1EPYDOC=epydoc
2DSTDOC=docstrings
3
4doc: clean
5        $(EPYDOC) --html --graph=all -v -o $(DSTDOC) pyinotify.py
6
7clean:
8        rm -rf $(DSTDOC)
Note: See TracBrowser for help on using the browser.