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

Diff for /src/share/mk/Attic/bsd.doc.mk between version 1.7 and 1.8

version 1.7, 1997/08/07 08:59:32 version 1.8, 2001/04/03 23:00:09
Line 46 
Line 46 
         ${INSTALL} ${INSTALL_COPY} -o ${DOCOWN} -g ${DOCGRP} -m ${DOCMODE} \          ${INSTALL} ${INSTALL_COPY} -o ${DOCOWN} -g ${DOCGRP} -m ${DOCMODE} \
             Makefile ${FILES} ${EXTRA} ${DESTDIR}${DOCDIR}/${DIR}              Makefile ${FILES} ${EXTRA} ${DESTDIR}${DOCDIR}/${DIR}
   
 spell: ${SRCS}  spell: paper.spell
   
   
   paper.spell: ${SRCS}
         spell ${SRCS} | sort | comm -23 - spell.ok > paper.spell          spell ${SRCS} | sort | comm -23 - spell.ok > paper.spell
   
 .include <bsd.own.mk>  .include <bsd.own.mk>

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8