[Info-vax] runoff .RNH fun and games.

VAXman- at SendSpamHere.ORG VAXman- at SendSpamHere.ORG
Fri Dec 20 14:24:28 EST 2013


In article <ovqdnTFCbuAKFinPnZ2dnUVZ_radnZ2d at mchsi.com>, "John E. Malmberg" <wb8tyw at qsl.network> writes:
>I am trying to use runoff to generate a .hlp file from a .RNH file.
>
>I already found the issue that the source filename needs to be in upper 
>case.
>
>The issue that I am finding is that each line of output from runoff has 
><CR><LF> at the end followed by a blank line with <CR><LF> on it.
>
>I can reproduce this from VAX/VMS 7.3 to IA64/VMS 8.4.
>
>I do not remember having this issue with runoff in the past, so would 
>like to know if there is some way to get Runoff to produce the proper 
>format?

John, 

I've hated this for years... I put this in my DESCRIP.MMS definitions to
fix up the .HLP file.

$(RNH)$(HLP) :
        @ DEFAULT := 'F$environment("DEFAULT")
        @ SET DEFAULT 'F$parse("$(MMS$SOURCE)",,,"DEVICE")''F$parse("$(MMS$SOURCE)",,,"DIRECTORY")'
        $(RUNOFF)$(RFLAGS) $(MMS$SOURCE)
        @ DEFINE TEC$INIT "EB$(MMS$TARGET)<ESC>K<ESC>EGPURGEE $(MMS$TARGET)<ESC><ESC>"
        @ EDITT/TECO/COMMAND 
        @ SET DEFAULT 'DEFAULT

-- 
VAXman- A Bored Certified VMS Kernel Mode Hacker    VAXman(at)TMESIS(dot)ORG

Well I speak to machines with the voice of humanity.



More information about the Info-vax mailing list