summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael DeHaan <michael@ansibleworks.com>2013-04-12 17:41:16 -0400
committerMichael DeHaan <michael@ansibleworks.com>2013-04-12 17:45:27 -0400
commit148d8859ba67687ce2d3a1b39228453ea8bc42ba (patch)
tree4bb999befd7bf8dfc7f601856297e702e62d1ea6 /Makefile
parent7037023aa8050dc274f88c0865a40b743e152d94 (diff)
downloadansible-148d8859ba67687ce2d3a1b39228453ea8bc42ba.tar.gz
Docs on parameterized roles, make document generation output less noisy
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6ab81e395b..97c646dec3 100644
--- a/Makefile
+++ b/Makefile
@@ -178,6 +178,7 @@ modulepages:
PYTHONPATH=./lib $(PYTHON) hacking/module_formatter.py -A $(VERSION) -t man -o docs/man/man3/ --module-dir=library --template-dir=hacking/templates
modulejson:
+<<<<<<< HEAD
mkdir -p docs/json
PYTHONPATH=./lib $(PYTHON) hacking/module_formatter.py -A $(VERSION) -t json -o docs/json --module-dir=library --template-dir=hacking/templates
@@ -190,6 +191,19 @@ modulejs:
webdocs:
(cd docsite; make docs)
+=======
+ -(mkdir -p docs/json)
+ PYTHONPATH=./lib $(PYTHON) hacking/module_formatter.py -A $(VERSION) -t json -o docs/json --module-dir=library --template-dir=hacking/templates
+
+modulejs: modulejson
+ -(mkdir -p docs/json)
+ PYTHONPATH=./lib $(PYTHON) hacking/module_formatter.py -A $(VERSION) -t js -o docs/json --module-dir=library --template-dir=hacking/templates
+
+# because this requires Sphinx it is not run as part of every build, those building the RPM and so on can ignore this
+
+webdocs:
+ (cd docsite/latest; make docs)
+>>>>>>> Docs on parameterized roles, make document generation output less noisy
# just for quick testing of all the module docs
webdocs2: