Commit d8ee0a53 authored by Denis Bilenko's avatar Denis Bilenko

Makefile: add 'make doc'

parent 3d6e6174
......@@ -30,4 +30,8 @@ clean:
rm -f gevent._semaphore.c gevent._semaphore.h gevent/gevent._semaphore.c gevent/gevent._semaphore.h
rm -f gevent._util.c gevent._util.h gevent/gevent._util.c gevent/gevent._util.h
.PHONY: clean all
doc:
cd doc && PYTHONPATH=.. make html
.PHONY: clean all doc
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment