diff --git a/Makefile.am b/Makefile.am
index 4452f42a7b385a9ba08c3970e52d19f217cdaacd..66a8b37360eaf4b388c8eb0161519fc35741a2c6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1418,7 +1418,8 @@ check-local: check-dirs $(GENERATED_FILES)
 		echo "Incorrect version in README, expected $$expver"; \
 		exit 1; \
 	fi; \
-	for file in doc/iallocator.rst doc/hooks.rst doc/virtual-cluster.rst; do \
+	for file in doc/iallocator.rst doc/hooks.rst doc/virtual-cluster.rst \
+			doc/security.rst; do \
 		if test "`sed -ne '4 p' $(top_srcdir)/$$file`" != \
 			"Documents Ganeti version $$expver"; then \
 			echo "Incorrect version in $$file, expected $$expver"; \