TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Subject:Re: Publishing tool for Linux environment needed From:Sandy Harris <sharris -at- dkl -dot- com> To:reni -at- intellitel -dot- com Date:Fri, 21 Jan 2000 10:18:48 -0500
reni -at- intellitel -dot- com wrote:
> Does Framemaker has the capability to somehow automate the task with
> scripts, eg. when we deliver parts a,b,c and e (but not part d) to customer
> we also want to leave part d out from documentation since the customer
> doesn't need it.
Yes, I've done this with a bit of scripting on HP UX. Frame has a batch
mode in which it automatically does various things, and it supports "book"
files which include other files. I wrote a dozen or so sections, each as
a separate Frame file, and built four or five books from various
combinations of them, all automated by Unix 'make' calling batch-mode
Frame.
Most of it was quite straightforward, though as I recall there were some
tricky bits ensuring that TOC and indexes got regenerated correctly in
all cases.