diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2012-06-09 11:27:38 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2012-06-09 11:27:38 +0000 |
commit | a0e355950b5f9c22f847d25620d203e0e55ebe3d (patch) | |
tree | 7476109c07ccb5f529aa1ffe4ac817986bd1664a /Makefile | |
parent | 9c015b8592753e47fb0ae7bc57c0e3e91c4eb6f9 (diff) | |
download | mandoc-a0e355950b5f9c22f847d25620d203e0e55ebe3d.tar.gz |
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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |