From: Sandro Santilli Date: Sat, 10 Mar 2012 14:33:35 +0000 (+0000) Subject: Check docs as part of "make check" X-Git-Tag: 2.0.0beta3~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=70d5cdcc0a3444b4716f317d33e56f0cc7fe3fa6;p=postgis Check docs as part of "make check" Adds "xmllint" to the requirements for running "make check" git-svn-id: http://svn.osgeo.org/postgis/trunk@9475 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/GNUmakefile.in b/GNUmakefile.in index 5d13c12c6..5410a1668 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -33,7 +33,7 @@ clean-local: # TODO: drop 'test' target.. test: check -check: all +check: all docs-check distclean: clean distclean-local @@ -82,6 +82,9 @@ docs: docs-clean: $(MAKE) -C doc clean +docs-check: + $(MAKE) -C doc check + comments: $(MAKE) -C doc comments