#=============================================================================== # ABSTRACT: Rebuild DOC_UTILS files # # LOGICALS: DOC_UTILS Points to this directory. # DOC_RNO Runoff templates directory. # # MACROS: # DOC_UTILS_MSG = All DOC_UTILS files updated # # REVISIONS: # 14-MAY-1985 D. Amby Original, created by BLDDESCR. #=============================================================================== doc_utils:check.pnt : doc_utils:aaareadme.txt set def DOC_UTILS 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 "$(DOC_UTILS_MSG) (''f$time()')" close check write sys$output "" write sys$output " $(DOC_UTILS_MSG) (''f$time()')" .ifdef bld_readme .include doc_utils:aaareadme.mms ! for doc_utils:aaareadme.txt .endif