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

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/share/mk/bsd.man.mk between version 1.117 and 1.118

version 1.117, 2014/12/19 22:25:39 version 1.118, 2015/10/19 17:08:11
Line 293  lintmanpages: ${MANPAGES}
Line 293  lintmanpages: ${MANPAGES}
         ${TOOL_MANDOC_LINT} -Tlint -fstrict -Wall,stop ${.ALLSRC}          ${TOOL_MANDOC_LINT} -Tlint -fstrict -Wall,stop ${.ALLSRC}
 .endif  .endif
   
   ##### describe
   describe:
   .for _M in ${MANPAGES}
           @echo $$(basename ${_M}) - \
                   $$(${TOOL_SED} < ${${_M}:P} -n -e '/^\.Nd /{;s/^....//;p;}')
   .endfor
   
   
 ##### Pull in related .mk logic  ##### Pull in related .mk logic
 .include <bsd.obj.mk>  .include <bsd.obj.mk>
 .include <bsd.files.mk>  .include <bsd.files.mk>

Legend:
Removed from v.1.117  
changed lines
  Added in v.1.118

CVSweb <webmaster@jp.NetBSD.org>