diff options
author | Michael DeHaan <michael.dehaan@gmail.com> | 2012-10-08 08:09:27 -0400 |
---|---|---|
committer | Michael DeHaan <michael.dehaan@gmail.com> | 2012-10-08 08:09:27 -0400 |
commit | 4a95194424e207608eaa81a8e5c6c767ced4f044 (patch) | |
tree | 46a05b2497821b04e3c61f864056a4325e340904 /Makefile | |
parent | dd727ecebf0cfdedac886a54dff972918d06bc07 (diff) | |
download | ansible-4a95194424e207608eaa81a8e5c6c767ced4f044.tar.gz |
Docs rebuild in new project structure.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -62,7 +62,7 @@ tests: PYTHONPATH=./lib nosetests -d -v # To force a rebuild of the docs run 'touch VERSION && make docs' -docs: $(MANPAGES) modulepages +docs: $(MANPAGES) modulepages docsite # Regenerate %.1.asciidoc if %.1.asciidoc.in has been modified more # recently than %.1.asciidoc. @@ -162,3 +162,6 @@ deb: debian modulepages: hacking/module_formatter.py -A $(VERSION) -t man -o docs/man/man3/ --module-dir=library --template-dir=hacking/templates + +docsite: + (cd docsite; make docs) |