!============================================================================= ! Description !! This can be included into the overall build DEC/MMS file to build the !- help library elements that are not tool related. Since each tool !- has its own *.HLP file (created by the tool MMS build segment) this !- only addresses non tool targets. ! !# MMS Macros !! The following MMS macros are assumed to already be defined. ![ !: BLDHLB For the help library where all help files are placed. !] !^ MMS Macros>BLDHLB>in HELP_BUILD.MMS !=============================================================================== !# MMS Targets ![ !: HELP !^ MMS Targets>HELP>in HELP_BUILD.MMS HELP : - $(BLDHLB) @ write sys$output "%MMS-I-TARGET, $(mms$target) built" !: $(BLDHLB) !^ MMS Targets>$(BLDHLB)>in HELP_BUILD.MMS $(BLDHLB) : - $(BLDHLB)(dvidis=dvidis.hlp), - $(BLDHLB)(dvitovdu=dvitovdu.hlp), - $(BLDHLB)(glotex=glotex.hlp), - $(BLDHLB)(idxtex=idxtex.hlp), - $(BLDHLB)(latex=latex.hlp), - $(BLDHLB)(slitex=slitex.hlp), - $(BLDHLB)(texidx=texidx.hlp), - $(BLDHLB)(help_tex=tex.hlp) ! hlbtree $(mms$target) * $(mms$target_name).hlb_tree @ write sys$output "%MMS-I-TARGET, $(mms$target) built" !: TEX.HLP !^ MMS Targets>TEX.HLP>in HELP_BUILD.MMS TEX.hlp : - TEX.rno, - bibtex.rno, - setlogs.com_rno, - setsymbs.com_rno, - setup.com_rno rnotohlp TEX.rno $(mms$target) @ write sys$output "%MMS-I-TARGET, $(mms$target) built" !: SETUP.COM_RNO !^ MMS Targets>SETUP.COM_RNO>in HELP_BUILD.MMS SETUP.COM_RNO : SETUP.COM !: SETLOGS.COM_RNO !^ MMS Targets>SETLOGS.COM_RNO>in HELP_BUILD.MMS SETLOGS.COM_RNO : SETLOGS.COM !: SETSYMBS.COM_RNO !^ MMS Targets>SETSYMBS.COM_RNO>in HELP_BUILD.MMS SETSYMBS.COM_RNO : SETSYMBS.COM !: SETCMDS.COM_RNO !^ MMS Targets>SETCMDS.COM_RNO>in HELP_BUILD.MMS SETCMDS.COM_RNO : SETCMDS.COM !: LATEX.HLP !^ MMS Targets>LATEX.HLP>in HELP_BUILD.MMS LATEX.HLP : LATEX.RNH, - HELPSETUP.RNO !: SLITEX.HLP !^ MMS Targets>SLITEX.HLP>in HELP_BUILD.MMS SLITEX.HLP : SLITEX.RNH, - HELPSETUP.RNO !] end - Targets