groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Groff] Several file arguments to groff


From: T. Kurt Bond
Subject: Re: [Groff] Several file arguments to groff
Date: Tue, 22 Oct 2002 10:33:53 -0400

Bernd Warken writes:
> BTW grog is not an awk script as I wrote in a former mail, but a shell
> script.  Maybe grog should be limited to one filename or standard input.

It's not uncommon to have troff documents divided up into multiple
files, all of which are specified on the groff command line:

       groff -mm chap*.mm app*.mm

grog needs to take multiple arguments since chap1.mm may contain PIC
code, while chap2.mm may have EQN code, and app3.mm may have TBL
code, and grog will need to look at all of them to figure out what the
proper options to groff should be, so you'd invoke grog like this:

       grog *.mm
-- 
T. Kurt Bond, address@hidden


reply via email to

[Prev in Thread] Current Thread [Next in Thread]