Bug 742088

Summary: publican build error
Product: [Community] Publican Reporter: Takuro Nagamoto <tnagamot>
Component: publicanAssignee: Jeff Fearn 🐞 <jfearn>
Status: CLOSED NOTABUG QA Contact: Ruediger Landmann <rlandman+disabled>
Severity: high Docs Contact:
Priority: unspecified    
Version: 2.7CC: rlandman+disabled, rlandman
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-09-29 03:12:39 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Comment 1 Ruediger Landmann 2011-09-29 03:12:39 UTC
This is not a bug, but a problem with this particular document.

The publican.cfg file is not configured correctly for an article, so Publican assumes that the document is a <book> and looks for a Book_Info.xml file.

If you add the line:

type: Article

to the publican.cfg file, the document builds fine, as expected.

Cheers
Rudi

Comment 2 Takuro Nagamoto 2011-09-29 03:36:08 UTC
Thank you Rudi, it was successful.
Takuro