[BACK]Return to bsd.man.mk CVS log [TXT][DIR] Up to [local] / src / share / mk

Diff for /src/share/mk/bsd.man.mk between version 1.39 and 1.40

version 1.39, 2012/01/06 21:04:06 version 1.40, 2014/03/08 17:08:11
Line 42 
Line 42 
 .SUFFIXES: .${s} .${s}.manlint  .SUFFIXES: .${s} .${s}.manlint
 .${s}.${s}.manlint:  .${s}.${s}.manlint:
 .if ${WARNINGS:L} == "yes"  .if ${WARNINGS:L} == "yes"
         mandoc -Tlint ${.IMPSRC} || [ $$? -lt 4 ]          @echo "mandoc -Tlint ${.IMPSRC}"
           @mandoc -Tlint ${.IMPSRC} || [ $$? -lt 4 ]
 .else  .else
         mandoc -Tlint -Wfatal ${.IMPSRC}          mandoc -Tlint -Wfatal ${.IMPSRC}
 .endif  .endif

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40