#=============================================================================== # ABSTRACT: Rebuild TOOLS_DOC files # # LOGICALS: TOOLS_DOC Points to this directory. # # MACROS: # TOOLS_DOC_MSG = All TOOLS_DOC files updated # # REVISIONS: # 20-MAY-1985 AMBY Original, created by BLDDESCR. #=============================================================================== TOOLS_DOC:check.pnt : TOOLS_DOC:aaareadme.txt set def TOOLS_DOC if f$search( "$(MMS$TARGET)" ) .nes. "" then - open /append check $(MMS$TARGET) if f$search( "$(MMS$TARGET)" ) .eqs. "" then - open /write check $(MMS$TARGET) write check "$(TOOLS_DOC_MSG) (''f$time()')" close check write sys$output "" write sys$output " $(TOOLS_DOC_MSG) (''f$time()')" .ifdef bld_readme .include TOOLS_DOC:aaareadme.mms ! for TOOLS_DOC:aaareadme.txt .endif