From d78ceb9e3ff58216580a4cfa06669918a66cb6af Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@google.com>
Date: Thu, 2 Sep 2010 14:45:07 +0200
Subject: [PATCH] Makefile: make the rst2html converter more strict

This will make the automated builds flag any problems.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 41c491730..971f25817 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ test live-test: HEXTRA=-fhpc -Wwarn -fno-warn-missing-signatures \
 	-fno-warn-missing-methods -fno-warn-unused-imports
 
 $(DOCS) : %.html : %
-	rst2html $< $@
+	rst2html -v --strict $< $@
 
 doc: $(DOCS) Ganeti/HTools/Version.hs
 	rm -rf $(HDDIR)/*
-- 
GitLab