aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-12-07 13:00:40 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-12-07 13:00:40 +0000
commit50669b29997f4c41fa76feea0da91b373728f88f (patch)
tree209fa5ceab2462ba2ba2a9c3ebcaecf8f4350349 /Makefile
parentf01df18a657b304efaa6206a2cdaae25c5a146e8 (diff)
downloadmandoc-50669b29997f4c41fa76feea0da91b373728f88f.tar.gz
mandoc-50669b29997f4c41fa76feea0da91b373728f88f.tar.zst
mandoc-50669b29997f4c41fa76feea0da91b373728f88f.zip
Have a whatis/apropos mode, with the default (hitting enter within the
expression text) be whatis. This is a much nicer default than apropos, which can be scary. While here, fix the cat.css location (erroneously put in the response page instead of the catman page) and add bits for a default style-sheet.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7b3de446..07545dfd 100644
--- a/Makefile
+++ b/Makefile
@@ -453,6 +453,7 @@ installcgi: all
mkdir -p $(DESTDIR)$(HTDOCDIR)
$(INSTALL_PROGRAM) man.cgi $(DESTDIR)$(CGIBINDIR)
$(INSTALL_DATA) example.style.css $(DESTDIR)$(HTDOCDIR)/man.css
+ $(INSTALL_DATA) man.cgi.css $(DESTDIR)$(HTDOCDIR)
installwww: www
mkdir -p $(PREFIX)/snapshots