]> git.cameronkatri.com Git - mandoc.git/blobdiff - Makefile
Some presentation polish in man.cgi:
[mandoc.git] / Makefile
index a8a92a689604c6ce608a10f9e3f5a96945a82260..dd938c96d7681e2159dd5de01cba81ef5180fd30 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -107,7 +107,7 @@ SRCS                 = Makefile \
                   man.7 \
                   man.c \
                   man.cgi.7 \
-                  man.cgi.css \
+                  man-cgi.css \
                   man.h \
                   man_hash.c \
                   man_html.c \
@@ -482,7 +482,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)
+       $(INSTALL_DATA) man-cgi.css $(DESTDIR)$(HTDOCDIR)
 
 installwww: www
        mkdir -p $(PREFIX)/snapshots