diff options
author | Michael DeHaan <michael@ansibleworks.com> | 2013-04-13 00:38:48 +0200 |
---|---|---|
committer | Michael DeHaan <michael@ansibleworks.com> | 2013-04-13 00:38:48 +0200 |
commit | 3f3b2a9448e25db3656323f4b1f4a354378b0884 (patch) | |
tree | 9c8ced967924b3e606d2499c2122dca1ae397881 /Makefile | |
parent | Mention roles in best practices (diff) | |
download | ansible-3f3b2a9448e25db3656323f4b1f4a354378b0884.tar.xz ansible-3f3b2a9448e25db3656323f4b1f4a354378b0884.zip |
Smush Jinja2 braces in playbooks so unresolved variables get parsed nicely
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -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 |