This is the version of man written by John Eaton and maintained by Andries Brouwer. This man package provides a man pager that supports compressed pages, locales and message catalogs. It also includes makewhatis for creating the whatis database, apropos and whatis for searching the whatis database, man2dvi for formating manpages to DVI, and man2html for converting manpages to HTML. This package does not include the CGI scripts nor hman utility for web-based manpage viewing.
13 lines
377 B
Text
13 lines
377 B
Text
$NetBSD: patch-ad,v 1.1.1.1 2005/02/02 07:09:26 jeremy-c-reed Exp $
|
|
|
|
--- man/Makefile.in.orig 2004-07-15 08:36:03.000000000 -0700
|
|
+++ man/Makefile.in
|
|
@@ -19,7 +19,7 @@ MAYBE8 = makewhatis
|
|
INSTALL = @INSTALL@ -c -m 644
|
|
|
|
# Where to put the manual pages.
|
|
-mandir = $(DESTDIR)$(PREFIX)@mandir@$(SLANG)
|
|
+mandir = $(DESTDIR)@mandir@$(SLANG)
|
|
|
|
all: $(ALL)
|
|
for i in $(MAYBE8); \
|