diff --git a/doc/src/sgml/contrib.sgml b/doc/src/sgml/contrib.sgml
index 97031dddaa..07190c5eff 100644
--- a/doc/src/sgml/contrib.sgml
+++ b/doc/src/sgml/contrib.sgml
@@ -29,12 +29,13 @@
Many of the modules have regression tests, which can be executed by
running:
+gmake check
+
+ before installation or
+
gmake installcheck
- once you have a PostgreSQL> server running. (Note that
- gmake check> is not supported; you must have an operational
- database server to perform these tests, and you must have built and
- installed the module(s) to be tested.)
+ once you have a PostgreSQL> server running.