Fix manual support. Set MANCOMPRESS to $(CAT) for now.

Need to extend autoconf to support user setting.
This commit is contained in:
Kurt Zeilenga 1998-11-20 19:54:39 +00:00
parent 8111fb612e
commit 77ee86f6f1

View file

@ -57,6 +57,12 @@ EDITOR = @EDITOR@
FINGER = @FINGER@
SENDMAIL = @SENDMAIL@
# For manual pages
# MANCOMPRESS=@MANCOMPRESS@
# MANCOMPRESSSUFFIX=@MANCOMPRESSSUFFIX@
MANCOMPRESS=$(CAT)
MANCOMPRESSSUFFIX=
# Version
VERSIONFILE = $(top_srcdir)/build/version