Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 13328] New: console-tools fails to compile if linuxdoc-tools option is not enabled

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 13328] New: console-tools fails to compile if linuxdoc-tools option is not enabled
  • Date: 15 Dec 2006 04:46:42 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=13328

Summary: console-tools fails to compile if linuxdoc-tools option
is not enabled
Product: Codex
Version: stable grimoire
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: utils
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: nils AT chara-array.org


The PRE_BUILD to console-tools deletes the .sgml files in the doc directory if
linuxdoc-tools is not enabled. This leads to a failure when the generated
Makefile tries to build the .txt files. I found that adding the following
line,

sed -i -e 's/kbd.FAQ.txt//' -e 's/lct.txt//' doc/Makefile*

after the existing line,

sed -i -e 's/kbd.FAQ.html//' -e 's/lct.html//' doc/Makefile*

enables the spell to work correctly.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Grimoire-Bugs] [Bug 13328] New: console-tools fails to compile if linuxdoc-tools option is not enabled, bugzilla-daemon, 12/14/2006

Archive powered by MHonArc 2.6.24.

Top of Page