Revision ab171697 Makefile.am

b/Makefile.am
378 378
	doc/rapi.rst \
379 379
	doc/security.rst \
380 380
	doc/upgrade.rst \
381
	doc/virtual-cluster.rst \
381 382
	doc/walkthrough.rst
382 383

  
383 384
HS_PROGS = htools/htools
......
1426 1427
		echo "Incorrect version in README, expected $$expver"; \
1427 1428
		exit 1; \
1428 1429
	fi; \
1429
	for file in doc/iallocator.rst doc/hooks.rst; do \
1430
	for file in doc/iallocator.rst doc/hooks.rst doc/virtual-cluster.rst; do \
1430 1431
		if test "`sed -ne '4 p' $(top_srcdir)/$$file`" != \
1431 1432
			"Documents Ganeti version $$expver"; then \
1432 1433
			echo "Incorrect version in $$file, expected $$expver"; \

Also available in: Unified diff