[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/Makefile between version 1.113 and 1.114

version 1.113, 2018/12/14 01:17:46 version 1.114, 2018/12/24 19:59:17
Line 34 
Line 34 
   
 CLEANFILES += man.cgi cgi.o  CLEANFILES += man.cgi cgi.o
   
   afterinstall:
           install -o ${BINOWN} -g ${BINGRP} -m 444 \
               ${.CURDIR}/mandoc.css ${DESTDIR}/usr/share/misc
   
   
 # ----------------------------------------------------------------------  # ----------------------------------------------------------------------
 # Variables and targets to build and install man.cgi(8),  # Variables and targets to build and install man.cgi(8),

Legend:
Removed from v.1.113  
changed lines
  Added in v.1.114