summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-10-09 11:58:19 -0400
committerChristopher Speller <crspeller@gmail.com>2015-10-09 11:58:19 -0400
commit049662f9ae9c1a1c6f817ed02f9da925f2dd516c (patch)
treeba131e088abbacee76f2b66dd501c0ac8d8cb6a3 /Makefile
parenta0febe2f3156ceb02635d9ecd5124da49c494161 (diff)
downloadchat-049662f9ae9c1a1c6f817ed02f9da925f2dd516c.tar.gz
chat-049662f9ae9c1a1c6f817ed02f9da925f2dd516c.tar.bz2
chat-049662f9ae9c1a1c6f817ed02f9da925f2dd516c.zip
Turning on strict mode for mkdocs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 12b209c84..103370288 100644
--- a/Makefile
+++ b/Makefile
@@ -116,7 +116,7 @@ travis:
rm $(DIST_PATH)/web/templates/*.bak
mv doc/README.md doc/index.md
- mkdocs build
+ mkdocs build --strict
cp -r documentation-html $(DIST_PATH)/documentation-html
tar -C dist -czf $(DIST_PATH).tar.gz mattermost