1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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

Allow 'make rpm' without the need for env-setup
This commit is contained in:
Daniel Hokka Zakrisson 2013-03-05 13:21:28 -08:00
commit 7ad13d04fb

View file

@ -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