summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael DeHaan <michael@ansibleworks.com>2013-04-12 18:38:48 -0400
committerMichael DeHaan <michael@ansibleworks.com>2013-04-12 18:38:48 -0400
commit3f3b2a9448e25db3656323f4b1f4a354378b0884 (patch)
tree9c8ced967924b3e606d2499c2122dca1ae397881 /Makefile
parent687a68091f5eccb4e5f2d176420d7e59e7809cae (diff)
downloadansible-3f3b2a9448e25db3656323f4b1f4a354378b0884.tar.gz
Smush Jinja2 braces in playbooks so unresolved variables get parsed nicely
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/Makefile b/Makefile
index bc6c7bef75..b433ec16f8 100644
--- a/Makefile
+++ b/Makefile
@@ -177,22 +177,8 @@ deb: debian
modulepages:
PYTHONPATH=./lib $(PYTHON) hacking/module_formatter.py -A $(VERSION) -t man -o docs/man/man3/ --module-dir=library --template-dir=hacking/templates
-modulejson:
- 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:
- mkdir -p docs/js
- make modulejson
- PYTHONPATH=./lib $(PYTHON) hacking/module_formatter.py -A $(VERSION) -t js -o docs/js --module-dir=docs/json --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)
- 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