[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.6 and 1.7

version 1.6, 1997/04/27 21:38:26 version 1.7, 1997/08/07 08:59:32
Line 43 
Line 43 
   
 FILES?= ${SRCS}  FILES?= ${SRCS}
 install:  install:
         ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \          ${INSTALL} ${INSTALL_COPY} -o ${DOCOWN} -g ${DOCGRP} -m ${DOCMODE} \
             Makefile ${FILES} ${EXTRA} ${DESTDIR}${BINDIR}/${DIR}              Makefile ${FILES} ${EXTRA} ${DESTDIR}${DOCDIR}/${DIR}
   
 spell: ${SRCS}  spell: ${SRCS}
         spell ${SRCS} | sort | comm -23 - spell.ok > paper.spell          spell ${SRCS} | sort | comm -23 - spell.ok > paper.spell
   
 BINDIR?=        /usr/share/doc  
 BINGRP?=        bin  
 BINOWN?=        root  
 BINMODE?=       444  
   
 .include <bsd.own.mk>  .include <bsd.own.mk>

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