[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.27 and 1.28

version 1.27, 2003/08/18 22:39:15 version 1.28, 2004/02/08 01:19:54
Line 15 
Line 15 
 .MAIN: all  .MAIN: all
 .endif  .endif
   
 .SUFFIXES: .1 .2 .3 .3p .4 .5 .6 .7 .8 .9 .1tbl .2tbl .3tbl .4tbl .5tbl .6tbl \  .SUFFIXES: .1 .2 .3 .3p .4 .5 .6 .7 .8 .9 \
         .7tbl .8tbl .9tbl .cat1 .cat2 .cat3 .cat4 .cat5 .cat6 .cat7 .cat8 .cat9 \          .1tbl .2tbl .3tbl .4tbl .5tbl .6tbl .7tbl .8tbl .9tbl \
         .ps1 .ps2 .ps3 .ps4 .ps5 .ps6 .ps7 .ps8 .ps9          .cat1 .cat2 .cat3 .cat3p .cat4 .cat5 .cat6 .cat7 .cat8 .cat9 \
           .ps1 .ps2 .ps3 .ps3p .ps4 .ps5 .ps6 .ps7 .ps8 .ps9
   
 .9.cat9 .8.cat8 .7.cat7 .6.cat6 .5.cat5 .4.cat4 .3p.cat3p .3.cat3 .2.cat2 .1.cat1:  .9.cat9 .8.cat8 .7.cat7 .6.cat6 .5.cat5 .4.cat4 .3p.cat3p .3.cat3 .2.cat2 .1.cat1:
         @echo "${NROFF} -mandoc ${.IMPSRC} > ${.TARGET}"          @echo "${NROFF} -mandoc ${.IMPSRC} > ${.TARGET}"

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28