aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-04-03 22:51:29 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-04-03 22:52:34 +0200
commit51fb24ce7f9a346f0d4f2f22f042c50e350d3aaa (patch)
treebb065c93935567f9cb3221b78c4d89b767e3123d /Makefile.am
parent6ddab23fb1e27e0ea938c8ec448f620295149c9d (diff)
make checksrc: run it in docs/examples too by default
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 561421c8b..f4ce0b8cb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -284,6 +284,7 @@ checksrc:
cd src && $(MAKE) checksrc
cd tests && $(MAKE) checksrc
cd include/curl && $(MAKE) checksrc
+ cd docs/examples && $(MAKE) checksrc
.PHONY: vc-ide