diff options
author | Brian Coca <brian.coca+git@gmail.com> | 2017-01-19 23:11:53 -0500 |
---|---|---|
committer | Brian Coca <brian.coca+git@gmail.com> | 2017-01-19 23:11:53 -0500 |
commit | 216e2c88135af77bb6bbe175bad2c47a206e71b9 (patch) | |
tree | 0059c4f441f7e6a124d6a8c57107c45447dfe902 /docs/docsite/Makefile | |
parent | 0803c638bb8763ca2831bd7364106b08617f9cd2 (diff) | |
download | ansible-216e2c88135af77bb6bbe175bad2c47a206e71b9.tar.gz |
leaving os immediate
Diffstat (limited to 'docs/docsite/Makefile')
-rw-r--r-- | docs/docsite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/Makefile b/docs/docsite/Makefile index 7449d5e978..f534dc9c8b 100644 --- a/docs/docsite/Makefile +++ b/docs/docsite/Makefile @@ -1,4 +1,4 @@ -OS ?= $(shell uname -s) +OS := $(shell uname -s) SITELIB = $(shell python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"): FORMATTER=../../hacking/module_formatter.py DUMPER=../../hacking/dump_playbook_attributes.py |