[master] 5ef67f5 RST warnings in changes.rst is a hard error.

Lasse Karstensen lkarsten at varnish-software.com
Fri Jun 20 16:26:31 CEST 2014


commit 5ef67f5ba14b99a9e08651aa83abfe99219df532
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Fri Jun 20 16:26:27 2014 +0200

    RST warnings in changes.rst is a hard error.

diff --git a/doc/Makefile.am b/doc/Makefile.am
index cfd0fb5..5da0749 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,10 +1,12 @@
 #
+#
+RST2ANY_FLAGS = --halt=2
 
 EXTRA_DIST = changes.rst changes.html
 
 changes.html: changes.rst
 if HAVE_RST2HTML
-	${RST2HTML} $? $@
+	${RST2HTML} ${RST2ANY_FLAGS} $? $@
 else
 	@echo "========================================"
 	@echo "You need rst2html installed to make dist"



More information about the varnish-commit mailing list