On Tue, Sep 16, 2003 at 06:01:02PM -0700, Chris Tillman wrote:
[...]
> I can work on it, but I need to know how to attack it. I do think
> there are good reasons to keep the marked sections. Just considering
> arches alone, we would end up with 11 different manuals with a good
> portion of them all repeated, requiring 11 changes whenever something
> common needed to be fixed. Also x11 translations.

I was unclear, sorry.
One can replace
  <[ %i386 [
    <p>Blah blah blah
  ]]>
by
  <para arch="i386">
      Blah blah blah
  </para>
and choose a naming convention so that
  <para arch="i386|m68k">
      Blah blah blah
  </para>
is equivalent to
  <[ %i386 [
  <[ %m68k [
    <p>Blah blah blah
  ]]>
  ]]>

Have a look at the definition of effectivity.attrib in dbpoolx.mod, it
lists attributes which can be used to replace our current marked sections.

Denis


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to