diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 08:41:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 08:41:51 +0000 |
commit | 3e160e27e4686620d16477a9ea9cf00141e52ce7 (patch) | |
tree | 884561d26afa36d7653aa4dc43410e1ae479d43e /Makefile.in | |
parent | Adding upstream version 3.8.6. (diff) | |
download | postfix-upstream/3.9.0.tar.xz postfix-upstream/3.9.0.zip |
Adding upstream version 3.9.0.upstream/3.9.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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 |