[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src

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

Diff for /src/Makefile between version 1.163 and 1.164

version 1.163, 2002/02/28 02:22:59 version 1.164, 2002/03/01 06:02:41
Line 110  whatis.db:
Line 110  whatis.db:
         (cd ${.CURDIR}/share/man && ${MAKE} makedb)          (cd ${.CURDIR}/share/man && ${MAKE} makedb)
 .endif  .endif
   
 # XXX I wish there was a more rational place to do this, but I can't  # Let install-info track this as it's the program creating/updating the
 # think of one. There is no one place the info/dir file gets generated.  # dir file
 infodir-meta:  infodir-meta:
 .if defined(UNPRIVED) && (${MKINFO} != "no")  .if defined(UNPRIVED) && (${MKINFO} != "no")
         echo "${DESTDIR}/usr/share/info/dir type=file mode=0644 uname=root gname=wheel" | \          (cd ${.CURDIR}/gnu/usr.bin/texinfo/install-info && ${MAKE} infodir-meta)
                 sed -e 's|^/|./|g' -e 's|//|/|g' >>${METALOG}  
 .endif  .endif
   
 afterinstall: whatis.db infodir-meta  afterinstall: whatis.db infodir-meta

Legend:
Removed from v.1.163  
changed lines
  Added in v.1.164

CVSweb <webmaster@jp.NetBSD.org>