]> granicus.if.org Git - docbook-dsssl/log
docbook-dsssl
15 years agoHandle firstterm like glossterm in mode="title.markup".
Bob Stayton [Sat, 21 Mar 2009 06:21:10 +0000 (06:21 +0000)]
Handle firstterm like glossterm in mode="title.markup".

15 years agoHandle firstterm like glossterm in mode="xref-to".
Bob Stayton [Sat, 21 Mar 2009 06:16:14 +0000 (06:16 +0000)]
Handle firstterm like glossterm in mode="xref-to".

15 years agoImplement simple.xlink for glosssee and glossseealso so they can use
Bob Stayton [Fri, 20 Mar 2009 18:42:06 +0000 (18:42 +0000)]
Implement simple.xlink for glosssee and glossseealso so they can use
other types of linking besides otherterm.

15 years agoAdd contributed color SVG images for admonitions and other icons.
Bob Stayton [Thu, 19 Mar 2009 08:18:29 +0000 (08:18 +0000)]
Add contributed color SVG images for admonitions and other icons.
From Patch #1661781

15 years agoCheck in fixes for DSSSL gentext targets from submitted patch #1689633.
Bob Stayton [Thu, 19 Mar 2009 07:50:01 +0000 (07:50 +0000)]
Check in fixes for DSSSL gentext targets from submitted patch #1689633.

15 years agoAdded template named common.html.attributes to output
Bob Stayton [Wed, 18 Mar 2009 07:47:14 +0000 (07:47 +0000)]
Added template named common.html.attributes to output
class, title, lang, and dir for most elements.
Started adding it to some list and block elements.

15 years agoAdd match on info/title in title.markup templates where missing.
Bob Stayton [Wed, 18 Mar 2009 07:44:41 +0000 (07:44 +0000)]
Add match on info/title in title.markup templates where missing.

15 years agoPruned away semicolons.
Mauritz Jeanson [Tue, 17 Mar 2009 16:57:50 +0000 (16:57 +0000)]
Pruned away semicolons.

15 years agoFixed markup errors.
Mauritz Jeanson [Tue, 17 Mar 2009 16:36:11 +0000 (16:36 +0000)]
Fixed markup errors.

15 years agoChanged "ancestor::title" to "(ancestor::title and (@id or @xml:id))".
Mauritz Jeanson [Tue, 17 Mar 2009 16:26:23 +0000 (16:26 +0000)]
Changed "ancestor::title" to "(ancestor::title and (@id or @xml:id))".
This enables proper formatting of inline elements in titles in TOCs,
as long as these inlines don't have id or xml:id attributes.

15 years agoAdd two new qanda.defaultlabel values so that numbered sections
Bob Stayton [Tue, 17 Mar 2009 07:24:29 +0000 (07:24 +0000)]
Add two new qanda.defaultlabel values so that numbered sections
and numbered questions can be distinguished.  Satisfies
Feature Request #1539045.

15 years agoConvert function-available(exsl:node-set) to use the new param
Bob Stayton [Tue, 17 Mar 2009 06:53:03 +0000 (06:53 +0000)]
Convert function-available(exsl:node-set) to use the new param
so Xalan bug is isolated.

15 years agoChange default to 1 to match past behavior.
Bob Stayton [Mon, 16 Mar 2009 18:06:41 +0000 (18:06 +0000)]
Change default to 1 to match past behavior.

15 years agoAdded a template for bibliolist. Closes bug #1815916.
Mauritz Jeanson [Mon, 16 Mar 2009 14:35:19 +0000 (14:35 +0000)]
Added a template for bibliolist. Closes bug #1815916.

15 years agoFor the book title templates, I changed info/title to book/info/title
Bob Stayton [Mon, 16 Mar 2009 07:09:41 +0000 (07:09 +0000)]
For the book title templates, I changed info/title to book/info/title
so other element's titles will not be affected.

15 years agoUse new param exsl.node.set.available to test, handles Xalan bug.
Bob Stayton [Mon, 16 Mar 2009 06:44:07 +0000 (06:44 +0000)]
Use new param exsl.node.set.available to test, handles Xalan bug.

15 years agoUse param exsl.node.set.available to test for function.
Bob Stayton [Mon, 16 Mar 2009 06:35:43 +0000 (06:35 +0000)]
Use param exsl.node.set.available to test for function.

15 years agoStart using new param exsl.node.set.available to work around Xalan bug.
Bob Stayton [Mon, 16 Mar 2009 06:04:11 +0000 (06:04 +0000)]
Start using new param exsl.node.set.available to work around Xalan bug.

15 years agoIsolate this text for Xalan bug regarding exsl:node-set available.
Bob Stayton [Mon, 16 Mar 2009 03:47:19 +0000 (03:47 +0000)]
Isolate this text for Xalan bug regarding exsl:node-set available.
If it is ever fixed in Xalan, just fix it here.

15 years agoAdd comment on use of t:predicate for editor to prevent
Bob Stayton [Mon, 16 Mar 2009 03:00:56 +0000 (03:00 +0000)]
Add comment on use of t:predicate for editor to prevent
extra processing of multiple editors. Fixes bug 2687842.

15 years agoUse named anchors for primary, secondary, and tertiary ids so
Bob Stayton [Mon, 16 Mar 2009 02:49:10 +0000 (02:49 +0000)]
Use named anchors for primary, secondary, and tertiary ids so
duplicate entries with different ids can still have an id output.

15 years agoAdd new param index.links.to.section.
Bob Stayton [Mon, 16 Mar 2009 02:48:19 +0000 (02:48 +0000)]
Add new param index.links.to.section.

15 years agoAn indexterm primary, secondary, or tertiary element with an id or xml:id
Bob Stayton [Mon, 16 Mar 2009 02:45:55 +0000 (02:45 +0000)]
An indexterm primary, secondary, or tertiary element with an id or xml:id
now outputs that ID, so that index entries can be cross referenced to.

15 years agoPass through an id on primary, secondary, or tertiary to
Bob Stayton [Sun, 15 Mar 2009 19:38:17 +0000 (19:38 +0000)]
Pass through an id on primary, secondary, or tertiary to
the index entry, so that one could link to an index entry.
You can't link to the id on an indexterm because that is
used to place the main anchor in the text flow.

15 years agoAdd support for the new index.links.to.section param which permits
Bob Stayton [Sun, 15 Mar 2009 19:11:47 +0000 (19:11 +0000)]
Add support for the new index.links.to.section param which permits
precise links to indexterms in HTML output rather than to
the section title.

15 years agoAdd param to control whether an index entry links to
Bob Stayton [Sun, 15 Mar 2009 19:10:06 +0000 (19:10 +0000)]
Add param to control whether an index entry links to
a section title or to the precise location of the
indexterm.

15 years agoAdded modeless template for ooclass|oointerface|ooexception.
Mauritz Jeanson [Sun, 15 Mar 2009 14:26:23 +0000 (14:26 +0000)]
Added modeless template for ooclass|oointerface|ooexception.
Closes bug #1623468.

15 years agoAdded fixes for bugs #2112656 and #1759205:
Mauritz Jeanson [Sun, 15 Mar 2009 09:03:49 +0000 (09:03 +0000)]
Added fixes for bugs #2112656 and #1759205:
1. Reverted mistaken commits r7485 and r7523.
2. Updated the template with match="link" and mode="no.anchor.mode" so that
@endterm is used if it exists and if the link has no content.

15 years agoMake sure a qandaset has an anchor, even when it has no title,
Bob Stayton [Sun, 15 Mar 2009 08:30:34 +0000 (08:30 +0000)]
Make sure a qandaset has an anchor, even when it has no title,
because it may be referenced in a TOC or xref.
Before, the anchor was output by the title, but there was no
anchor if there was no title.

15 years agoAdd template with match on indexterm in mode="xref-to" to fix bug 2102592.
Bob Stayton [Sat, 14 Mar 2009 07:13:26 +0000 (07:13 +0000)]
Add template with match on indexterm in mode="xref-to" to fix bug 2102592.

15 years agoNow xref to qandaentry will use the label element in a question for
Bob Stayton [Sat, 14 Mar 2009 07:11:49 +0000 (07:11 +0000)]
Now xref to qandaentry will use the label element in a question for
the link text if it has one.

15 years agoAdd a template for indexterm with mode="xref-to" to fix bug 2102592.
Bob Stayton [Sat, 14 Mar 2009 07:09:07 +0000 (07:09 +0000)]
Add a template for indexterm with mode="xref-to" to fix bug 2102592.

15 years agoNow xref to qandaentry will use the label element in a question for
Bob Stayton [Sat, 14 Mar 2009 00:27:56 +0000 (00:27 +0000)]
Now xref to qandaentry will use the label element in a question for
the link text if it has one.

15 years agoCreate separate templates for computing label of question and answer
Bob Stayton [Sat, 14 Mar 2009 00:00:40 +0000 (00:00 +0000)]
Create separate templates for computing label of question and answer
in a qandaentry, so such can be used for the alt text of an xref
to a qandaentry.

15 years agoAdd id if specified from @id to output for quote and phrase so
Bob Stayton [Fri, 13 Mar 2009 23:59:36 +0000 (23:59 +0000)]
Add id if specified from @id to output for quote and phrase so
they can be xref'ed to.

15 years agoNow support xref to phrase, simpara, anchor, and quote,
Bob Stayton [Fri, 13 Mar 2009 00:25:01 +0000 (00:25 +0000)]
Now support xref to phrase, simpara, anchor, and quote,
most useful when an xrefstyle is used.

15 years agoAdd support for xref to phrase, simpara, anchor, and quote.
Bob Stayton [Fri, 13 Mar 2009 00:05:51 +0000 (00:05 +0000)]
Add support for xref to phrase, simpara, anchor, and quote.
This assumes the author specifies something using xrefstyle since
the elements don't have ordinary link text.

15 years agoFix bug in new toc templates.
Bob Stayton [Thu, 12 Mar 2009 22:52:17 +0000 (22:52 +0000)]
Fix bug in new toc templates.

15 years agoRewrite toc templates to support an empty toc or populated toc
Bob Stayton [Thu, 12 Mar 2009 22:33:55 +0000 (22:33 +0000)]
Rewrite toc templates to support an empty toc or populated toc
in all permitted contexts.  Same for lot elements.
This fixes bug #1595969 for HTML outputs.

15 years agoSmall abstract update.
Mauritz Jeanson [Thu, 12 Mar 2009 18:20:36 +0000 (18:20 +0000)]
Small abstract update.

15 years agoAdded code to handle acknowledgements in book and part. The element is processed
Mauritz Jeanson [Thu, 12 Mar 2009 17:43:44 +0000 (17:43 +0000)]
Added code to handle acknowledgements in book and part. The element is processed
similarly to dedication. All acknowledgements will appear as front matter, after
any dedications.

15 years agoRewrite toc templates to support an empty toc or populated toc
Bob Stayton [Thu, 12 Mar 2009 17:40:50 +0000 (17:40 +0000)]
Rewrite toc templates to support an empty toc or populated toc
in all permitted contexts.  Same for lot elements.
This fixes bug #1595969 for FO outputs.

15 years agoAdded code to handle acknowledgements in book and part. The element is processed
Mauritz Jeanson [Thu, 12 Mar 2009 17:40:15 +0000 (17:40 +0000)]
Added code to handle acknowledgements in book and part. The element is processed
similarly to dedication. All acknowledgements will appear as front matter, after
any dedications.

15 years agoFix indents for seealsoie so they are consistent.
Bob Stayton [Thu, 12 Mar 2009 06:14:02 +0000 (06:14 +0000)]
Fix indents for seealsoie so they are consistent.

15 years agoRewrote primaryie, secondaryie and tertiaryie templates to handle
Bob Stayton [Thu, 12 Mar 2009 04:51:22 +0000 (04:51 +0000)]
Rewrote primaryie, secondaryie and tertiaryie templates to handle
nesting of elements and seeie and seealsoie, as reported in
bug # 1168912.

15 years agoFix simplesect in toc problem.
Bob Stayton [Wed, 11 Mar 2009 21:33:31 +0000 (21:33 +0000)]
Fix simplesect in toc problem.

15 years agoAdd support for @width per bug report #2012736.
Bob Stayton [Wed, 11 Mar 2009 21:32:15 +0000 (21:32 +0000)]
Add support for @width per bug report #2012736.

15 years agoAdded declarations of direction.align.start and direction.align.end to see if this
Mauritz Jeanson [Wed, 11 Mar 2009 20:42:21 +0000 (20:42 +0000)]
Added declarations of direction.align.start and direction.align.end to see if this
fixes the recent snapshot build problems.

15 years agoRemoved duplicate (monospace.font.family).
Mauritz Jeanson [Wed, 11 Mar 2009 17:45:04 +0000 (17:45 +0000)]
Removed duplicate (monospace.font.family).

15 years agoAdded line break.
Mauritz Jeanson [Wed, 11 Mar 2009 17:26:23 +0000 (17:26 +0000)]
Added line break.

15 years agoFix bug #1787140 HTML tables not handling attributes correctly.
Bob Stayton [Wed, 11 Mar 2009 08:29:45 +0000 (08:29 +0000)]
Fix bug #1787140 HTML tables not handling attributes correctly.

15 years agoMove writing-mode param.
Bob Stayton [Wed, 11 Mar 2009 08:28:12 +0000 (08:28 +0000)]
Move writing-mode param.

15 years agoAdd glossentry.list.item.properties.
Bob Stayton [Tue, 10 Mar 2009 20:59:07 +0000 (20:59 +0000)]
Add glossentry.list.item.properties.

15 years agoNew attribute list for glossentry in glossary.
Bob Stayton [Tue, 10 Mar 2009 20:49:34 +0000 (20:49 +0000)]
New attribute list for glossentry in glossary.

15 years agoAdd monospace.verbatim.font.width param to support @width on programlisting.
Bob Stayton [Tue, 10 Mar 2009 15:41:04 +0000 (15:41 +0000)]
Add monospace.verbatim.font.width param to support @width on programlisting.

15 years agoPut programlisting in fo:block-container with writing-mode="lr-tb"
Bob Stayton [Mon, 9 Mar 2009 17:06:48 +0000 (17:06 +0000)]
Put programlisting in fo:block-container with writing-mode="lr-tb"
when text direction is right to left because all program languages
are left-to-right.

15 years agoAdd support for @width on screen and programlisting, fixes bug #2012736.
Bob Stayton [Mon, 9 Mar 2009 05:29:04 +0000 (05:29 +0000)]
Add support for @width on screen and programlisting, fixes bug #2012736.

15 years agoNew parameter to support @width on programlisting and screen.
Bob Stayton [Mon, 9 Mar 2009 05:20:31 +0000 (05:20 +0000)]
New parameter to support @width on programlisting and screen.

15 years agoRemove a nesting of <p> inside <p> for refclass (made XHTML* invalid, made HTML silly)
Keith Fahlgren [Mon, 9 Mar 2009 00:26:05 +0000 (00:26 +0000)]
Remove a nesting of <p> inside <p> for refclass (made XHTML* invalid, made HTML silly)

15 years agoFixed syntax error.
Mauritz Jeanson [Sun, 8 Mar 2009 14:32:32 +0000 (14:32 +0000)]
Fixed syntax error.

15 years agoFix bug #1945872 to allow passthrough of colwidth values to
Bob Stayton [Sun, 8 Mar 2009 08:29:41 +0000 (08:29 +0000)]
Fix bug #1945872 to allow passthrough of colwidth values to
HTML table when no tablecolumns.extension is available and
when no instance of * appears in the table's colspecs.

15 years agoFix bug #2018717 use.local.olink.style uses wrong gentext context.
Bob Stayton [Sun, 8 Mar 2009 04:40:41 +0000 (04:40 +0000)]
Fix bug #2018717 use.local.olink.style uses wrong gentext context.

15 years agoFix bug #1973585 xref to para with xrefstyle not handled correctly.
Bob Stayton [Sat, 7 Mar 2009 22:10:56 +0000 (22:10 +0000)]
Fix bug #1973585 xref to para with xrefstyle not handled correctly.

15 years agoCheck in major update submitted with bug report #2008524.
Bob Stayton [Sat, 7 Mar 2009 19:43:39 +0000 (19:43 +0000)]
Check in major update submitted with bug report #2008524.

15 years agoUpdated and reorganized the description.
Mauritz Jeanson [Sat, 7 Mar 2009 19:21:01 +0000 (19:21 +0000)]
Updated and reorganized the description.

15 years agoCheck in fix to Note string submitted in bug #2441051.
Bob Stayton [Sat, 7 Mar 2009 19:06:35 +0000 (19:06 +0000)]
Check in fix to Note string submitted in bug #2441051.

15 years agoCheckin typo fix submitted in bug #2453406.
Bob Stayton [Sat, 7 Mar 2009 18:57:03 +0000 (18:57 +0000)]
Checkin typo fix submitted in bug #2453406.

15 years agoAdded support for acknowledgements in article.
Mauritz Jeanson [Sat, 7 Mar 2009 18:56:02 +0000 (18:56 +0000)]
Added support for acknowledgements in article.
Support in book/part remains to be added.

15 years agoFix bug #1787167 incorrect hot text for some olinks.
Bob Stayton [Sat, 7 Mar 2009 18:09:36 +0000 (18:09 +0000)]
Fix bug #1787167 incorrect hot text for some olinks.

15 years agoFix bug #1787167 incorrect hot text for some olinks.
Bob Stayton [Sat, 7 Mar 2009 18:08:47 +0000 (18:08 +0000)]
Fix bug #1787167 incorrect hot text for some olinks.

15 years agoFix bug #1787167 incorrect hot text for some olinks.
Bob Stayton [Sat, 7 Mar 2009 18:07:39 +0000 (18:07 +0000)]
Fix bug #1787167 incorrect hot text for some olinks.

15 years agoAdd caveat about XEP bug when writing-mode is right-to-left.
Bob Stayton [Sat, 7 Mar 2009 00:08:46 +0000 (00:08 +0000)]
Add caveat about XEP bug when writing-mode is right-to-left.

15 years agoChange 'left' to 'start' and 'right' to 'end' to support right-to-left
Bob Stayton [Sat, 7 Mar 2009 00:02:47 +0000 (00:02 +0000)]
Change 'left' to 'start' and 'right' to 'end' to support right-to-left
writing mode.

15 years agoAdd writing-mode="tb-rl" as well since some XSL-FO processors support it.
Bob Stayton [Fri, 6 Mar 2009 23:53:33 +0000 (23:53 +0000)]
Add writing-mode="tb-rl" as well since some XSL-FO processors support it.

15 years agoAdd support for writing-mode="rl-tb" (right-to-left) in FO outputs.
Bob Stayton [Fri, 6 Mar 2009 22:53:04 +0000 (22:53 +0000)]
Add support for writing-mode="rl-tb" (right-to-left) in FO outputs.
Changed instances of margin-left to margin-{$direction.align.start}
and margin-right to margin-{$direction.align.end}. Those direction.align
params are computed from the writing mode value in each locale's
gentext key named 'writing-mode', introduced in 1.74.3 to add
right-to-left support to HTML outputs.

15 years agoAdded regression test and fix for XHTML validation problem with <a>s added inside...
Keith Fahlgren [Fri, 6 Mar 2009 04:48:04 +0000 (04:48 +0000)]
Added regression test and fix for XHTML validation problem with <a>s added inside <blockquote>; This potentially causes another problem (where something is referenced by has no anchor, but someone reporting that should cause the whole <a id='thing'/> thing to be reconsidered with modern browsers in mind.

15 years agoAdd attribute-sets for formatting glossary terms and defs.
Bob Stayton [Fri, 6 Mar 2009 02:15:06 +0000 (02:15 +0000)]
Add attribute-sets for formatting glossary terms and defs.

15 years agoAdd attribute-sets for formatting glossary terms and defs.
Bob Stayton [Fri, 6 Mar 2009 02:14:22 +0000 (02:14 +0000)]
Add attribute-sets for formatting glossary terms and defs.

15 years agoClarify the description.
Bob Stayton [Fri, 6 Mar 2009 02:05:23 +0000 (02:05 +0000)]
Clarify the description.

15 years agoAdd writing.mode param for FO output.
Bob Stayton [Fri, 6 Mar 2009 01:13:05 +0000 (01:13 +0000)]
Add writing.mode param for FO output.

15 years agoFix bug 1546008: in qandaentry in a TOC, use its blockinfo/titleabbrev or blockinfo...
Bob Stayton [Thu, 5 Mar 2009 23:34:58 +0000 (23:34 +0000)]
Fix bug 1546008: in qandaentry in a TOC, use its blockinfo/titleabbrev or blockinfo/title
instead of question, if available. For DocBook 5, use the info versions.

15 years agoFix bug 1546008: in qandaentry in a TOC, use its blockinfo/titleabbrev or blockinfo...
Bob Stayton [Thu, 5 Mar 2009 23:33:56 +0000 (23:33 +0000)]
Fix bug 1546008: in qandaentry in a TOC, use its blockinfo/titleabbrev or blockinfo/title
instead of question, if available. For DocBook 5, use the info versions.

15 years agoAdd support for generating olink target database for htmlhelp files.
Bob Stayton [Thu, 5 Mar 2009 22:06:51 +0000 (22:06 +0000)]
Add support for generating olink target database for htmlhelp files.

15 years agoAdd support for generating olink database when using chunktoc.xsl.
Bob Stayton [Thu, 5 Mar 2009 17:55:06 +0000 (17:55 +0000)]
Add support for generating olink database when using chunktoc.xsl.

15 years agoupdate of maven artifacts to 1.74.3 versions
mimil [Mon, 2 Mar 2009 18:12:29 +0000 (18:12 +0000)]
update of maven artifacts to 1.74.3 versions

15 years agoNow handles year element containing a comma or dash without error.
Bob Stayton [Fri, 27 Feb 2009 07:06:57 +0000 (07:06 +0000)]
Now handles year element containing a comma or dash without error.

15 years agoFix bug #1669654 Broken output if copyright <year> contains a range.
Bob Stayton [Fri, 27 Feb 2009 07:02:45 +0000 (07:02 +0000)]
Fix bug #1669654 Broken output if copyright <year> contains a range.

15 years agoRestored VERSION file to snapshot state
Keith Fahlgren [Wed, 25 Feb 2009 01:07:35 +0000 (01:07 +0000)]
Restored VERSION file to snapshot state

15 years agoAdd better pointer to README for XSLTHL
Keith Fahlgren [Wed, 25 Feb 2009 00:49:20 +0000 (00:49 +0000)]
Add better pointer to README for XSLTHL

15 years agoUpdated for 1.74.3 release
Keith Fahlgren [Wed, 25 Feb 2009 00:07:04 +0000 (00:07 +0000)]
Updated for 1.74.3 release

15 years agoVersion 1.74.3 released
Keith Fahlgren [Tue, 24 Feb 2009 22:18:36 +0000 (22:18 +0000)]
Version 1.74.3 released

15 years agoAdding XSLTHL readme
Keith Fahlgren [Tue, 24 Feb 2009 21:46:47 +0000 (21:46 +0000)]
Adding XSLTHL readme

15 years agoFix my lack of understanding how to pass params to Perl versions of XSLTENGINEs for...
Keith Fahlgren [Tue, 24 Feb 2009 04:36:32 +0000 (04:36 +0000)]
Fix my lack of understanding how to pass params to Perl versions of XSLTENGINEs for smoketests

15 years agoFix bug in labelling figure inside appendix inside article inside book.
Bob Stayton [Sat, 21 Feb 2009 20:10:14 +0000 (20:10 +0000)]
Fix bug in labelling figure inside appendix inside article inside book.

15 years agoAdd usage statement to indicate arguments.
Bob Stayton [Sat, 21 Feb 2009 18:59:02 +0000 (18:59 +0000)]
Add usage statement to indicate arguments.

15 years agoAnother stab at fixing the stupid XSLTHT includes across processors (Saxon regression...
Keith Fahlgren [Fri, 20 Feb 2009 14:40:45 +0000 (14:40 +0000)]
Another stab at fixing the stupid XSLTHT includes across processors (Saxon regression reported by Sorin Ristache)

15 years agoThe DocBook 1.74.* had problems with different XSLT processors.
Keith Fahlgren [Fri, 20 Feb 2009 13:57:14 +0000 (13:57 +0000)]
The DocBook 1.74.* had problems with different XSLT processors.
Add instructions to release instructions and make Makefiles more
flexible to allow 'make check' to *actually* be run with something
other than xsltproc. Thanks to Sorin Ristache for reporting this
issue.

   Because of problems with the 1.74.* releases, it is now
   recommended that "make check" be run multiple times with
   different XSLT processors.

   One recommended way to invoke "make check" is the following:

     rm -f DOCBOOK-BUILD.LOG && \
     . ~/docbk.sh && \
     make check 2>&1 \
       XSLTENGINE=xsltproc \
       | tee DOCBOOK-BUILD.LOG && \
     $DOCBOOK_SVN/buildtools/build-check DOCBOOK-BUILD.LOG

   After running with "xsltproc", you should run it again with
   "saxon":
     rm -f DOCBOOK-BUILD.LOG && \
     . ~/docbk.sh && \
     make check 2>&1 \
       XSLTENGINE=saxon \
       | tee DOCBOOK-BUILD.LOG && \
     $DOCBOOK_SVN/buildtools/build-check DOCBOOK-BUILD.LOG

15 years agoNo, we are going to 1.74.3
Keith Fahlgren [Fri, 20 Feb 2009 13:25:04 +0000 (13:25 +0000)]
No, we are going to 1.74.3

15 years agoRestored VERSION file to snapshot state
Keith Fahlgren [Fri, 20 Feb 2009 06:03:05 +0000 (06:03 +0000)]
Restored VERSION file to snapshot state

15 years agoUpdated for 1.74.2 release
Keith Fahlgren [Fri, 20 Feb 2009 05:17:09 +0000 (05:17 +0000)]
Updated for 1.74.2 release