diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 474e9b5..4b1fb33 100644 --- a/Makefile.in +++ b/Makefile.in @@ -117,7 +117,8 @@ manpages: # Some checks require a bin/postconf executable. pre-release-checks: typo-check missing-proxy-read-maps-check \ postlink-check postfix-files-check check-spell-history \ - check-double-history check-table-proto + check-double-history check-table-proto check-see-postconf-d-output \ + check-snapshot-nonprod postfix-files-check: mantools/check-postfix-files | diff /dev/null - @@ -158,6 +159,12 @@ check-double-history: check-table-proto: mantools/check-table-proto | diff /dev/null - +check-see-postconf-d-output: + mantools/check-see-postconf-d-output | diff /dev/null - + +check-snapshot-nonprod: + mantools/check-snapshot-nonprod + # The build-time shlib_directory setting must take precedence over # the installed main.cf settings, otherwise we can't update an # installed system from dynamicmaps=yes<->dynamicmaps=no or from |