Skip to content
Snippets Groups Projects
Commit 77ee86f6 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

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

Need to extend autoconf to support user setting.
parent 8111fb61
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment