[Bug 1267389] Error trying to use docname in publican.cfg

bugzilla at redhat.com bugzilla at redhat.com
Wed Sep 30 00:24:43 UTC 2015


https://bugzilla.redhat.com/show_bug.cgi?id=1267389

Ruediger Landmann <r.landmann at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |aigao at redhat.com,
                   |                            |cbredesen at redhat.com
          Component|publican-doc-el6            |publican
            Version|devel                       |3.2
           Assignee|r.landmann at redhat.com       |jfearn at redhat.com
            Product|Fedora Documentation        |Publican
         QA Contact|nobody at fedoraproject.org    |r.landmann at redhat.com



--- Comment #1 from Ruediger Landmann <r.landmann at redhat.com> ---
Hi Cheryl -- this isn't a bug -- Publican lets you decouple the document title
from the name of the package that deploys the document (with the docname
parameter that you've found), but also to use any arbitrary XML file as the top
of the XML tree for the book (with the mainfile parameter).

In this case, just add an extra line to your publican.cfg to point Publican to
the mainfile of the doc. For example, if your project is set up with Bar.xml
and Bar.ent as the main XML and entity files, but you want to use Foo as the
docname, set:

docname: Foo
mainfile: Bar

Does this work for you now?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=2O0rFfk3Ab&a=cc_unsubscribe


More information about the docs mailing list