diff options
author | Brian Coca <brian.coca+git@gmail.com> | 2016-01-13 10:17:43 -0500 |
---|---|---|
committer | Brian Coca <brian.coca+git@gmail.com> | 2016-01-13 10:18:36 -0500 |
commit | a196c7d737db14ba7dc238be901a5bf108e135c0 (patch) | |
tree | 43b7c0c0c30a9ca5c307b45a79ad64c769bb8d0a /Makefile | |
parent | 9833051e1edbefb458637933ad32d9ba07f0a962 (diff) | |
download | ansible-a196c7d737db14ba7dc238be901a5bf108e135c0.tar.gz |
only send event if tqm exists
fixes #13843
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -167,6 +167,9 @@ install: sdist: clean docs $(PYTHON) setup.py sdist +sdist_upload: clean docs + $(PYTHON) setup.py sdist upload 2>&1 |tee upload.log + rpmcommon: $(MANPAGES) sdist @mkdir -p rpm-build @cp dist/*.gz rpm-build/ |