mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 23:29:34 -05:00
Fix manual support. Set MANCOMPRESS to $(CAT) for now.
Need to extend autoconf to support user setting.
This commit is contained in:
parent
8111fb612e
commit
77ee86f6f1
1 changed files with 6 additions and 0 deletions
|
|
@ -57,6 +57,12 @@ EDITOR = @EDITOR@
|
||||||
FINGER = @FINGER@
|
FINGER = @FINGER@
|
||||||
SENDMAIL = @SENDMAIL@
|
SENDMAIL = @SENDMAIL@
|
||||||
|
|
||||||
|
# For manual pages
|
||||||
|
# MANCOMPRESS=@MANCOMPRESS@
|
||||||
|
# MANCOMPRESSSUFFIX=@MANCOMPRESSSUFFIX@
|
||||||
|
MANCOMPRESS=$(CAT)
|
||||||
|
MANCOMPRESSSUFFIX=
|
||||||
|
|
||||||
# Version
|
# Version
|
||||||
VERSIONFILE = $(top_srcdir)/build/version
|
VERSIONFILE = $(top_srcdir)/build/version
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue