[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / xenocara

Diff for /xenocara/Makefile between version 1.8 and 1.9

version 1.8, 2006/12/17 20:15:39 version 1.9, 2006/12/17 20:41:36
Line 30 
Line 30 
         ${MAKE} distrib-dirs          ${MAKE} distrib-dirs
         ${MAKE} includes          ${MAKE} includes
   
 afterinstall: install-distrib  afterinstall:
           cd distrib/notes; ${MAKE} install
         /usr/libexec/makewhatis ${DESTDIR}/usr/X11R6/man          /usr/libexec/makewhatis ${DESTDIR}/usr/X11R6/man
   
 install-distrib:  realinstall: _SUBDIRUSE
         cd distrib/notes; ${MAKE} install  
   
 release: release-clean distrib-dirs release-install dist  release: release-clean distrib-dirs release-install dist
   
Line 53 
Line 53 
                 exit 255; \                  exit 255; \
         fi          fi
   
   
 release-install:  release-install:
         @${MAKE} install          @${MAKE} install
 .if ${MACHINE} == alpha || ${MACHINE} == hp300 || ${MACHINE} == mac68k || \  .if ${MACHINE} == alpha || ${MACHINE} == hp300 || ${MACHINE} == mac68k || \
Line 88 
Line 87 
         mtree -qdef ${.CURDIR}/etc/mtree/BSD.etc-x11.dist \          mtree -qdef ${.CURDIR}/etc/mtree/BSD.etc-x11.dist \
                 -p ${DESTDIR}${X11ETC}/ -U                  -p ${DESTDIR}${X11ETC}/ -U
   
 .PHONY: all build beforeinstall install afterinstall release clean cleandir  .PHONY: all build beforeinstall install afterinstall release clean cleandir \
           distrib-dirs
   
 .include <bsd.subdir.mk>  
 .include <bsd.xorg.mk>  .include <bsd.xorg.mk>

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