Merge pull request #2299 from dagwieers/rpm-docsite-fix

Allow 'make rpm' without the need for env-setup
pull/2308/head
Daniel Hokka Zakrisson 11 years ago
commit 7ad13d04fb

@ -26,6 +26,6 @@ clean:
.PHONEY: docs clean
modules: $(FORMATTER) ../hacking/templates/rst.j2
$(FORMATTER) -t rst --template-dir=../hacking/templates --module-dir=../library -o rst/modules/ --includes-file=rst/modules/_list.rst
PYTHONPATH=../lib $(FORMATTER) -t rst --template-dir=../hacking/templates --module-dir=../library -o rst/modules/ --includes-file=rst/modules/_list.rst

Loading…
Cancel
Save