aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2012-06-09 11:27:38 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2012-06-09 11:27:38 +0000
commit23570eee8c523510852e96a27f80a5d902ff14c8 (patch)
tree0275ee3fc428115b816325b5e3656d61c46ac76a /Makefile
parent47799797b6c4ee3818464813ecb7b35db229e49c (diff)
downloadmandoc-23570eee8c523510852e96a27f80a5d902ff14c8.tar.gz
mandoc-23570eee8c523510852e96a27f80a5d902ff14c8.tar.zst
mandoc-23570eee8c523510852e96a27f80a5d902ff14c8.zip
Remove catman(8): it's superfluous.
Users of man.cgi should be able to just copy in their directories and have the CGI fine everything on its own or just suck it up or, in the cases of multiple manroots, have a simple config file. Besides, now that mandocdb(8) is using relative paths for everything, needing a fancy "cp -R" is silly.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 10221e4a..83b9544e 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ CFLAGS += -DUSE_WCHAR
# If your system has manpath(1), uncomment this. This is most any
# system that's not OpenBSD or NetBSD. If uncommented, manpage(1) and
# mandocdb(8) will use manpath(1) to get the MANPATH variable.
-#CFLAGS += -DUSE_MANPATH
+CFLAGS += -DUSE_MANPATH
# If your system supports static binaries only, uncomment this. This
# appears only to be BSD UNIX systems (Mac OS X has no support and Linux