summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlicia Cozine <879121+acozine@users.noreply.github.com>2018-10-19 16:06:15 -0500
committerSandra McCann <samccann@redhat.com>2018-10-19 17:06:15 -0400
commitf1ad01237593ecae730276b2e3feae9f1bec1549 (patch)
treeef05b414b2f62fc6d2b458822062fce4935303e0 /Makefile
parent0bb3205dee7f68e6067873b995da251fc099a362 (diff)
downloadansible-f1ad01237593ecae730276b2e3feae9f1bec1549.tar.gz
removes docs/api dir from .gitignore and Makefile (#47366)
* removes docs/api dir from .gitignore and Makefile * reduces noise on removing build artifacts
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c5b0119932..ad7c3a69b6 100644
--- a/Makefile
+++ b/Makefile
@@ -217,7 +217,6 @@ clean:
rm -f AUTHORS.TXT
@echo "Cleaning up docsite"
$(MAKE) -C docs/docsite clean
- $(MAKE) -C docs/api clean
.PHONY: python
python:
@@ -402,4 +401,3 @@ alldocs: docs webdocs
version:
@echo $(VERSION)
-