View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0012906 | mantisbt | documentation | public | 2011-04-04 08:45 | 2014-12-08 02:07 |
| Reporter | dregad | Assigned To | dhx | ||
| Priority | low | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.3.0dev | ||||
| Target Version | 1.3.0-beta.1 | ||||
| Summary | 0012906: Admin Guide docbook fails to build | ||||
| Description | Using publican v1.6.3, I am not able to build the admin_guide book. It fails with the following error $ publican build --config=publican.cfg --langs=en-US --formats=html,pdf | ||||
| Tags | patch | ||||
| Attached Files | 0001-Fix-Publican-validation-failure-for-Admin-Guide-buil.patch (880 bytes)
From 05e15aa36f90dc6976c6c48e879a771ad15850e8 Mon Sep 17 00:00:00 2001
From: Damien Regad <damien.regad@merckserono.net>
Date: Mon, 4 Apr 2011 17:55:25 +0200
Subject: [PATCH] Fix Publican validation failure for Admin Guide build
A required tag was missing tag under Webserver section in Configuration.xml.
Added an empty <para> as a workaround
---
docbook/Admin_Guide/en-US/Configuration.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/docbook/Admin_Guide/en-US/Configuration.xml b/docbook/Admin_Guide/en-US/Configuration.xml
index 6566915..4d3cef3 100644
--- a/docbook/Admin_Guide/en-US/Configuration.xml
+++ b/docbook/Admin_Guide/en-US/Configuration.xml
@@ -161,6 +161,7 @@
<section id="admin.config.webserver">
<title>Webserver</title>
+ <para></para>
</section>
<section id="admin.config.settings">
--
1.7.1
| ||||