Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlicia Cozine <879121+acozine@users.noreply.github.com>2018-10-20 00:06:15 +0300
committerSandra McCann <samccann@redhat.com>2018-10-20 00:06:15 +0300
commitf1ad01237593ecae730276b2e3feae9f1bec1549 (patch)
treeef05b414b2f62fc6d2b458822062fce4935303e0 /Makefile
parent0bb3205dee7f68e6067873b995da251fc099a362 (diff)
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 c5b01199322..ad7c3a69b69 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)
-