aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2019-10-22 15:23:54 -0500
committerbaude <bbaude@redhat.com>2019-10-22 15:28:32 -0500
commitaac33a4a30a596a395f043b5762c88ccccc571a5 (patch)
tree61c140c8943642091e3bec5acb59e06b35a1e00d /Makefile
parentd358840ebe02f45ef782546fc3f8369ff2870ea5 (diff)
downloadpodman-aac33a4a30a596a395f043b5762c88ccccc571a5.tar.gz
podman-aac33a4a30a596a395f043b5762c88ccccc571a5.tar.bz2
podman-aac33a4a30a596a395f043b5762c88ccccc571a5.zip
Initial checking for readthedocs
Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a19d4848f..77502f911 100644
--- a/Makefile
+++ b/Makefile
@@ -454,7 +454,7 @@ uninstall:
.PHONY: .gitvalidation
.gitvalidation: .gopathok
- GIT_CHECK_EXCLUDE="./vendor" $(GOBIN)/git-validation -v -run DCO,short-subject,dangling-whitespace -range $(EPOCH_TEST_COMMIT)..$(HEAD)
+ GIT_CHECK_EXCLUDE="./vendor:docs/rtd/make.bat" $(GOBIN)/git-validation -v -run DCO,short-subject,dangling-whitespace -range $(EPOCH_TEST_COMMIT)..$(HEAD)
.PHONY: install.tools
install.tools: .install.gitvalidation .install.gometalinter .install.md2man .install.ginkgo .install.golangci-lint ## Install needed tools