[BACK]Return to web.site.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / htdocs / share / mk

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

Diff for /htdocs/share/mk/web.site.mk between version 1.39 and 1.40

version 1.39, 2005/07/16 19:48:24 version 1.40, 2005/07/19 22:20:51
Line 307  ${AUTOLAYOUTFILE}: ${LAYOUTFILE}
Line 307  ${AUTOLAYOUTFILE}: ${LAYOUTFILE}
 .if !defined(DEBUG)  .if !defined(DEBUG)
         @${RM} -f ${.TARGET}.tmp          @${RM} -f ${.TARGET}.tmp
 .endif  .endif
   
   CLEANFILES+=    ${AUTOLAYOUTFILE} ${AUTOLAYOUTFILE}.tmp
 .else  .else
         @${ECHO} "htdocs/layout.xml has changed - rebuilding htdocs/autolayout.xml..."          @${ECHO} "htdocs/layout.xml has changed - rebuilding htdocs/autolayout.xml..."
         @(cd ${WEB_PREFIX} && ${MAKE} autolayout.xml)          @(cd ${WEB_PREFIX} && ${MAKE} autolayout.xml)
   
 CLEANFILES+=    ${AUTOLAYOUTFILE}.tmp  
 .endif  .endif
   
 spellcheck:  spellcheck:

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

CVSweb <webmaster@jp.NetBSD.org>