diff options
author | Michael DeHaan <michael@ansibleworks.com> | 2013-05-29 10:45:31 -0400 |
---|---|---|
committer | Michael DeHaan <michael@ansibleworks.com> | 2013-05-29 10:45:31 -0400 |
commit | f9a14f0d7063a546b7a40cc26634ab46100d9036 (patch) | |
tree | 275260e219a02cad66600de2fe29092dd4e5143f /Makefile | |
parent | 267b29cec743b74d83b8f2c56f6ac6ed8a186079 (diff) | |
download | ansible-f9a14f0d7063a546b7a40cc26634ab46100d9036.tar.gz |
Fixup fetch doc formatting.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -177,7 +177,7 @@ deb: debian # for arch or gentoo, read instructions in the appropriate 'packaging' subdirectory directory modulepages: - PYTHONPATH=./lib $(PYTHON) hacking/module_formatter.py -A $(VERSION) -t man -o docs/man/man3/ --module-dir=library --template-dir=hacking/templates + PYTHONPATH=./lib $(PYTHON) hacking/module_formatter.py -A $(VERSION) -t man -o docs/man/man3/ --module-dir=library --template-dir=hacking/templates --verbose # because this requires Sphinx it is not run as part of every build, those building the RPM and so on can ignore this |