]> granicus.if.org Git - docbook-dsssl/log
docbook-dsssl
18 years agoOmit *.xweb files correctly.
Michael Smith [Thu, 28 Sep 2006 11:56:56 +0000 (11:56 +0000)]
Omit *.xweb files correctly.

18 years agoDon't package param.ent, *.xweb, or lib.xml files.
Michael Smith [Thu, 28 Sep 2006 09:58:23 +0000 (09:58 +0000)]
Don't package param.ent, *.xweb, or lib.xml files.

18 years agoDon't make param.xml files. Instead just make the docparam.xml
Michael Smith [Thu, 28 Sep 2006 09:28:15 +0000 (09:28 +0000)]
Don't make param.xml files. Instead just make the docparam.xml
files in the subdirs under docsrc.

18 years agoRemoved obsolete files. (Can be restored later if we need to).
Michael Smith [Thu, 28 Sep 2006 07:45:53 +0000 (07:45 +0000)]
Removed obsolete files. (Can be restored later if we need to).

18 years agoChanged variable from MAKE_SYNOP to HTML2ROFF. Also, made changes
Michael Smith [Thu, 28 Sep 2006 00:20:39 +0000 (00:20 +0000)]
Changed variable from MAKE_SYNOP to HTML2ROFF. Also, made changes
for adding newline to end of Saxon-generated output.

18 years agoFixed pubdate
Norman Walsh [Wed, 27 Sep 2006 10:32:55 +0000 (10:32 +0000)]
Fixed pubdate

18 years agoDocBook V5.0b8 released
Norman Walsh [Wed, 27 Sep 2006 09:46:17 +0000 (09:46 +0000)]
DocBook V5.0b8 released

18 years agoDocBook V5.0b8 released
Norman Walsh [Tue, 26 Sep 2006 22:57:52 +0000 (22:57 +0000)]
DocBook V5.0b8 released

18 years agoAdded refpurpose to format attributes
Norman Walsh [Tue, 26 Sep 2006 16:36:09 +0000 (16:36 +0000)]
Added refpurpose to format attributes

18 years agoOops: typos
Norman Walsh [Tue, 26 Sep 2006 13:57:33 +0000 (13:57 +0000)]
Oops: typos

18 years agoFix documentation for enumerated values
Norman Walsh [Tue, 26 Sep 2006 13:51:52 +0000 (13:51 +0000)]
Fix documentation for enumerated values

18 years agoImproved refpurposes
Norman Walsh [Tue, 26 Sep 2006 12:37:12 +0000 (12:37 +0000)]
Improved refpurposes

18 years agoFix bug #1549632: inlineequation should use inlinemediaobject
Norman Walsh [Tue, 26 Sep 2006 12:25:09 +0000 (12:25 +0000)]
Fix bug #1549632: inlineequation should use inlinemediaobject

18 years agodocbook.dtd depends on ../tools/xml2dtd.xsl
Norman Walsh [Tue, 26 Sep 2006 12:23:25 +0000 (12:23 +0000)]
docbook.dtd depends on ../tools/xml2dtd.xsl

18 years agoFix RFE #1535166: Improve datatypes for attributes
Norman Walsh [Tue, 26 Sep 2006 12:19:46 +0000 (12:19 +0000)]
Fix RFE #1535166: Improve datatypes for attributes

18 years agoFix RFE #1535166: Improve datatypes for attributes
Norman Walsh [Tue, 26 Sep 2006 11:33:29 +0000 (11:33 +0000)]
Fix RFE #1535166: Improve datatypes for attributes

18 years agoFix bug in xlink.href (should be xlink:href).
Bob Stayton [Tue, 26 Sep 2006 08:07:54 +0000 (08:07 +0000)]
Fix bug in xlink.href (should be xlink:href).

18 years agoAdded support for profiling based on xml:lang and status attributes.
Jirka Kosek [Thu, 21 Sep 2006 12:42:15 +0000 (12:42 +0000)]
Added support for profiling based on xml:lang and status attributes.

18 years agoAdded initial support in manpages output for footnote, annotation,
Michael Smith [Thu, 21 Sep 2006 09:44:24 +0000 (09:44 +0000)]
Added initial support in manpages output for footnote, annotation,
and alt instances. Basically, they all now get handled the same
way ulink instances are. They are treated as a class as "note
sources": A numbered marker is generated at the place in the main
text flow where they occur, then their contents are displayed in
an endnotes section at the end of the man page (currently titled
REFERENCES, for English output, but will be changed to NOTES).

This support is not yet complete. It works for most "normal"
cases, but probably mishandles a good number of cases. More
testing will be needed to expose the problems. It may well also
introduce some bugs and regressions in other areas, including
basic paragraph handling, handling of "mixed block" content,
handling of other indented content, and handling of authorblurb
and personblurb in the AUTHORS section.

18 years agoMake sure that person-names in AUTHORS section get output in
Michael Smith [Tue, 19 Sep 2006 14:53:14 +0000 (14:53 +0000)]
Make sure that person-names in AUTHORS section get output in
bold. Closes bug 1557567. Thanks to Daniel Leidert.

18 years agoMake sure xsl2jref.xsl stylesheet outputs document prolog with FPI
Michael Smith [Tue, 19 Sep 2006 11:48:11 +0000 (11:48 +0000)]
Make sure xsl2jref.xsl stylesheet outputs document prolog with FPI
and system ID.

18 years agoRemove template for alt; dblatex ignores it anyway (only looks at
Michael Smith [Tue, 19 Sep 2006 08:41:11 +0000 (08:41 +0000)]
Remove template for alt; dblatex ignores it anyway (only looks at
params).

18 years agoMade changes in namespace declarations to prevent xmllint's
Michael Smith [Mon, 18 Sep 2006 03:34:03 +0000 (03:34 +0000)]
Made changes in namespace declarations to prevent xmllint's
canonicalizer from treating them as relative namespace URIs.

  - Changed xmlns:k="java:com.isogen.saxoni18n.Saxoni18nService"
    to xmlns:k="http://www.isogen.com/functions/com.isogen.saxoni18n.Saxoni18nService";
    Saxon accepts either form
    (see http://www.saxonica.com/documentation/extensibility/functions.html);
    to Saxon, "the part of the URI before the final '/' is immaterial".

  - Changed, e.g. xmlns:xverb="com.nwalsh.xalan.Verbatim" to
    xmlns:xverb="xalan://com.nwalsh.xalan.Verbatim"; Xalan accepts
    either form
    (see http://xml.apache.org/xalan-j/extensions.html#java-namespace-declare);
    just as Saxon does, it will "simply use the string to the
    right of the rightmost forward slash as the Java class name".

  - Changed xmlns:xalanredirect="org.apache.xalan.xslt.extensions.Redirect"
    to xmlns:redirect="http://xml.apache.org/xalan/redirect", and
    adjusted associated code to make the current Xalan redirect spec.
    (see http://xml.apache.org/xalan-j/apidocs/org/apache/xalan/lib/Redirect.html)

18 years agoCorrected error introduced in previous commit.
Michael Smith [Mon, 18 Sep 2006 03:10:56 +0000 (03:10 +0000)]
Corrected error introduced in previous commit.

18 years agoAdd part and refsection templates to title-numbered and xref
Michael Smith [Mon, 18 Sep 2006 03:05:39 +0000 (03:05 +0000)]
Add part and refsection templates to title-numbered and xref
contexts where needed.

18 years agoAdded -c14n option to xsltproc script; enabling the option causes
Michael Smith [Sun, 17 Sep 2006 14:13:27 +0000 (14:13 +0000)]
Added -c14n option to xsltproc script; enabling the option causes
the output to be piped through "xmllint --c14n". Also changed the
script to use a redirect to write the output to a file, instead of
using xsltproc's -o option -- because there's a bug in the -o
option in xsltproc; if you do, for example, "xsltproc -o /dev/null
foo.xsl bar.xml" with a stylesheet that has exsl:document or
saxon:output, xsltproc tries to write the output in the /dev
directory;

18 years agoUpdated path to html2roff.xsl.
Michael Smith [Thu, 14 Sep 2006 07:43:31 +0000 (07:43 +0000)]
Updated path to html2roff.xsl.

18 years agoMoved html2roff.xsl in the xsl/builds directory.
Michael Smith [Thu, 14 Sep 2006 07:41:54 +0000 (07:41 +0000)]
Moved html2roff.xsl in the xsl/builds directory.

18 years agoMake sure html-synop.xsl is newline-terminated.
Michael Smith [Thu, 14 Sep 2006 07:40:46 +0000 (07:40 +0000)]
Make sure html-synop.xsl is newline-terminated.

18 years agoAdded the html.append and chunk.append parameters. By default, the
Michael Smith [Thu, 14 Sep 2006 07:30:40 +0000 (07:30 +0000)]
Added the html.append and chunk.append parameters. By default, the
value of both is empty; but the internal DocBook XSL stylesheets
build sets their value to "<xsl:text>&#x0a;</xsl:text>", in order
to ensure that all files in the docbook-xsl-doc package end in a
newline character. (Because diff and some other tools may emit
error messages and/or not behave as expected when processing
files that are not newline-terminated.)

18 years agoRemoved svn:executable property from a couple of files.
Michael Smith [Thu, 14 Sep 2006 01:34:57 +0000 (01:34 +0000)]
Removed svn:executable property from a couple of files.

18 years agoRemoved svn:executable property from cmp.xsl
Michael Smith [Thu, 14 Sep 2006 01:32:27 +0000 (01:32 +0000)]
Removed svn:executable property from cmp.xsl

18 years agoAdded license information
Jirka Kosek [Wed, 13 Sep 2006 20:18:42 +0000 (20:18 +0000)]
Added license information

18 years agoAligned with changes made into xsl/htmlhelp/htmlhelp-common.xsl few months ago
Jirka Kosek [Wed, 13 Sep 2006 10:52:48 +0000 (10:52 +0000)]
Aligned with changes made into xsl/htmlhelp/htmlhelp-common.xsl few months ago

18 years agoUse index.html files as targets (instead of zero-byte param.html
Michael Smith [Wed, 13 Sep 2006 08:51:12 +0000 (08:51 +0000)]
Use index.html files as targets (instead of zero-byte param.html
stamp files we were using); quit doing $(RM) *.html in clean and
instead do clean using a list of the HTML files that we know we
have actually generated. Also add pi directory to list of
directory to recurse and make (had been accidentally left out for
1.71.0 build).

18 years agoCreate axf attribute before adding fotex element.
Bob Stayton [Wed, 13 Sep 2006 07:20:08 +0000 (07:20 +0000)]
Create axf attribute before adding fotex element.

18 years agoRemoved zero-byte .cvsignore files.
Michael Smith [Wed, 13 Sep 2006 04:45:38 +0000 (04:45 +0000)]
Removed zero-byte .cvsignore files.

18 years agoRemoved svn:executable property from a couple of files.
Michael Smith [Tue, 12 Sep 2006 09:04:58 +0000 (09:04 +0000)]
Removed svn:executable property from a couple of files.

18 years agoAdded HTMLHelp langcodes to several files.
Michael Smith [Tue, 12 Sep 2006 08:59:25 +0000 (08:59 +0000)]
Added HTMLHelp langcodes to several files.

18 years agoAdded Galician locale file.
Michael Smith [Tue, 12 Sep 2006 08:20:11 +0000 (08:20 +0000)]
Added Galician locale file.

18 years agoMake sure that last byte in all xml and xsl files is a newline.
Michael Smith [Tue, 12 Sep 2006 07:22:34 +0000 (07:22 +0000)]
Make sure that last byte in all xml and xsl files is a newline.

18 years agoMake sure catalog.xml file ends with end of line character.
Michael Smith [Tue, 12 Sep 2006 03:12:12 +0000 (03:12 +0000)]
Make sure catalog.xml file ends with end of line character.

18 years agoDeleted wordml/README, template/README, and manpages/README, and
Michael Smith [Tue, 12 Sep 2006 01:42:11 +0000 (01:42 +0000)]
Deleted wordml/README, template/README, and manpages/README, and
merged their contents into the main README file. Removed mention
of doc directory from main README and created doc/README,
doc/AUTHORS, and doc/COPYING files (because the doc distribution
is now packaged separately).

18 years agoMake it clear that the Slides params are HTML-only.
Michael Smith [Mon, 11 Sep 2006 10:13:07 +0000 (10:13 +0000)]
Make it clear that the Slides params are HTML-only.

18 years agoSwitch RELEASE-NOTES.xml back to snapshot shape.
Michael Smith [Sun, 10 Sep 2006 15:15:27 +0000 (15:15 +0000)]
Switch RELEASE-NOTES.xml back to snapshot shape.

18 years agoDon't package ChangeLog.xml file. unpack reference.pdf.gz and
Michael Smith [Sun, 10 Sep 2006 15:09:52 +0000 (15:09 +0000)]
Don't package ChangeLog.xml file. unpack reference.pdf.gz and
reference.txt.gz files after "install".

18 years agoFixed reference.txt build. Changed build such that reference.pdf
Michael Smith [Sun, 10 Sep 2006 14:25:32 +0000 (14:25 +0000)]
Fixed reference.txt build. Changed build such that reference.pdf
is always built except for snapshot releases. Added reference.fo
to list of files that are excluded from packaging.

18 years agoFoil number is show only on foils not on foilgroups which are not counted at all
Jirka Kosek [Sun, 10 Sep 2006 12:03:04 +0000 (12:03 +0000)]
Foil number is show only on foils not on foilgroups which are not counted at all

18 years agoAdd two-stage recursion for hyphenate.verbatim to fix recursion depth bug for long...
Bob Stayton [Sun, 10 Sep 2006 07:22:08 +0000 (07:22 +0000)]
Add two-stage recursion for hyphenate.verbatim to fix recursion depth bug for long programlistings.

18 years agoUpdated path to lrefentry.xsl file.
Michael Smith [Sun, 10 Sep 2006 00:36:46 +0000 (00:36 +0000)]
Updated path to lrefentry.xsl file.

18 years agoMinor formatting change to comments.
Michael Smith [Sun, 10 Sep 2006 00:35:13 +0000 (00:35 +0000)]
Minor formatting change to comments.

18 years agoVersion 1.71.0 released
Michael Smith [Sat, 9 Sep 2006 14:49:26 +0000 (14:49 +0000)]
Version 1.71.0 released

18 years agoUpdated for 1.71.0 release.
Michael Smith [Sat, 9 Sep 2006 14:30:22 +0000 (14:30 +0000)]
Updated for 1.71.0 release.

18 years agoSuppress footnote markers and output warning that footnotes are
Michael Smith [Sat, 9 Sep 2006 05:48:18 +0000 (05:48 +0000)]
Suppress footnote markers and output warning that footnotes are
not yet supported.

18 years agoFixed path selection in tgroup template.
Bob Stayton [Fri, 8 Sep 2006 18:42:23 +0000 (18:42 +0000)]
Fixed path selection in tgroup template.

18 years agoChange tgroup position test to count preceding-sibling instead.
Bob Stayton [Fri, 8 Sep 2006 18:18:40 +0000 (18:18 +0000)]
Change tgroup position test to count preceding-sibling instead.

18 years agoAdded hack to svnlog2docbook.xsl to work around fact that I
Michael Smith [Fri, 8 Sep 2006 08:58:15 +0000 (08:58 +0000)]
Added hack to svnlog2docbook.xsl to work around fact that I
mistakenly committed a log message containing at list of all 500+
param files.
Also added docsrc release-clean to release-clean target.

18 years agoFixed xsl-params.xsl build.
Michael Smith [Fri, 8 Sep 2006 08:47:09 +0000 (08:47 +0000)]
Fixed xsl-params.xsl build.

18 years agoFixed typo in reference.dbk file.
Michael Smith [Fri, 8 Sep 2006 02:16:06 +0000 (02:16 +0000)]
Fixed typo in reference.dbk file.

18 years agoChanged "realclean" target to "release-clean"
Michael Smith [Thu, 7 Sep 2006 23:42:39 +0000 (23:42 +0000)]
Changed "realclean" target to "release-clean"

18 years agoAdded variables for all stylesheets used in doc build.
Michael Smith [Thu, 7 Sep 2006 23:36:32 +0000 (23:36 +0000)]
Added variables for all stylesheets used in doc build.

18 years agoMoved XSL stylesheets out of docsrc dir and into tools/xsl/build
Michael Smith [Thu, 7 Sep 2006 23:35:11 +0000 (23:35 +0000)]
Moved XSL stylesheets out of docsrc dir and into tools/xsl/build

18 years agoApplied patch to th.xml file from Theppitak Karoonboonyanan.
Michael Smith [Thu, 7 Sep 2006 12:36:52 +0000 (12:36 +0000)]
Applied patch to th.xml file from Theppitak Karoonboonyanan.

18 years agoCitations to nonexistent biblioentries do not issue warning.
Jirka Kosek [Wed, 6 Sep 2006 09:20:33 +0000 (09:20 +0000)]
Citations to nonexistent biblioentries do not issue warning.

18 years agoMore carefully select language substring for sorting.
Bob Stayton [Wed, 6 Sep 2006 08:52:48 +0000 (08:52 +0000)]
More carefully select language substring for sorting.

18 years agore-Fixed typo introduced in html/synop.xsl, and re-disabled
Michael Smith [Tue, 5 Sep 2006 23:48:08 +0000 (23:48 +0000)]
re-Fixed typo introduced in html/synop.xsl, and re-disabled
reference.pdf build in snapshot build.

18 years agoFixed typo introduced in previous html/synop.xsl commit.
Michael Smith [Tue, 5 Sep 2006 16:11:08 +0000 (16:11 +0000)]
Fixed typo introduced in previous html/synop.xsl commit.

18 years agoRe-enabled build of PDF version of ref docs.
Michael Smith [Tue, 5 Sep 2006 13:02:46 +0000 (13:02 +0000)]
Re-enabled build of PDF version of ref docs.

18 years agoxsl:sort lang attribute now uses two-char substring of lang attribute.
Bob Stayton [Tue, 5 Sep 2006 09:10:07 +0000 (09:10 +0000)]
xsl:sort lang attribute now uses two-char substring of lang attribute.

18 years agoSupport titlecase "Java", "Perl", and "IDL" as values for the
Michael Smith [Tue, 5 Sep 2006 04:24:55 +0000 (04:24 +0000)]
Support titlecase "Java", "Perl", and "IDL" as values for the
language attribute on classsynopsis, etc. (instead of just
lowercase "java", "perl", and "idl"). Also support "c++" and "C++"
(instead of just "cpp").

Affects HTML, FO, and manpages output. Closes bug 1552332. Thanks
to "Brian A. Vanderburg II".

18 years agoFixed handling of verbatims (address, screen, etc.) within
Michael Smith [Tue, 5 Sep 2006 00:02:54 +0000 (00:02 +0000)]
Fixed handling of verbatims (address, screen, etc.) within
listitem instances in varlistentry and glossentry. (We now always
use .RS instead of .TP). Closes bug 1551922 and closes Debian bug
385940. Thanks to Daniel Leidert and Jakub Wilk.

18 years agoTest sidebar with an info/title
Michael Smith [Mon, 4 Sep 2006 15:04:06 +0000 (15:04 +0000)]
Test sidebar with an info/title

18 years agoFurther tinkering with sidebar handling. Think I got it right this
Michael Smith [Mon, 4 Sep 2006 14:58:28 +0000 (14:58 +0000)]
Further tinkering with sidebar handling. Think I got it right this
time. (re)closes bug 1541793. Thanks to Mauritz Jeanson.

18 years agoDon't package docsrc in doc package.
Michael Smith [Mon, 4 Sep 2006 06:08:39 +0000 (06:08 +0000)]
Don't package docsrc in doc package.

18 years agoFixed index.term.separator on secondary and tertiary entries.
Bob Stayton [Sun, 3 Sep 2006 17:27:56 +0000 (17:27 +0000)]
Fixed index.term.separator on secondary and tertiary entries.

18 years agoCorrected flub introduced in previous commit.
Michael Smith [Sun, 3 Sep 2006 17:24:52 +0000 (17:24 +0000)]
Corrected flub introduced in previous commit.

18 years agoAttempted to streamline maintenance of doc and docsrc builds a bit
Michael Smith [Sun, 3 Sep 2006 17:12:45 +0000 (17:12 +0000)]
Attempted to streamline maintenance of doc and docsrc builds a bit
by consolidating common targets and pattern rules in Makefile.incl
files that get included by makefiles within subdirectories.

18 years agoAdded stylesheets customization layers for making the plain-text
Michael Smith [Sun, 3 Sep 2006 16:26:11 +0000 (16:26 +0000)]
Added stylesheets customization layers for making the plain-text
and PDF versions of the reference docs.

18 years agoAdded xml:base to reference.dbk
Michael Smith [Sun, 3 Sep 2006 13:49:08 +0000 (13:49 +0000)]
Added xml:base to reference.dbk

18 years agorelease-clean PreviousRevision
Michael Smith [Sun, 3 Sep 2006 13:01:22 +0000 (13:01 +0000)]
release-clean PreviousRevision

18 years agoMake Variables.mk include cvstools/Makefile.incl
Michael Smith [Sun, 3 Sep 2006 12:53:55 +0000 (12:53 +0000)]
Make Variables.mk include cvstools/Makefile.incl

18 years agoAdded stylesheets used in docsrc and doc builds.
Michael Smith [Sat, 2 Sep 2006 05:09:55 +0000 (05:09 +0000)]
Added stylesheets used in docsrc and doc builds.

18 years agoConfig file used from dumping text from HTML using w3mmee
Michael Smith [Sat, 2 Sep 2006 05:08:45 +0000 (05:08 +0000)]
Config file used from dumping text from HTML using w3mmee

18 years agoTo make DocBook4-valid (the build ends up validing output of this
Michael Smith [Sat, 2 Sep 2006 04:54:17 +0000 (04:54 +0000)]
To make DocBook4-valid (the build ends up validing output of this
using xjparse), replaced author/orgname with corpauthor and
replaced all instances of tag with sgmltag.

18 years agoMake the doc build depend on docsrc.
Michael Smith [Sat, 2 Sep 2006 03:11:32 +0000 (03:11 +0000)]
Make the doc build depend on docsrc.

18 years agoXinclude docparam.xml instead of param.xml
Michael Smith [Sat, 2 Sep 2006 03:10:52 +0000 (03:10 +0000)]
Xinclude docparam.xml instead of param.xml

18 years agoTurned off reference.pdf build, for now (snapshot build box
Michael Smith [Fri, 1 Sep 2006 12:50:45 +0000 (12:50 +0000)]
Turned off reference.pdf build, for now (snapshot build box
doesn't have enough memory to build it).

18 years agoAdded another svn cleanup call.
Michael Smith [Fri, 1 Sep 2006 07:17:20 +0000 (07:17 +0000)]
Added another svn cleanup call.

18 years agoAdded reference.txt.gz and reference.pdf.gz files to the release build.
Michael Smith [Fri, 1 Sep 2006 06:52:55 +0000 (06:52 +0000)]
Added reference.txt.gz and reference.pdf.gz files to the release build.

18 years agoAdded some IDs to the lib.xweb file.
Michael Smith [Fri, 1 Sep 2006 06:50:27 +0000 (06:50 +0000)]
Added some IDs to the lib.xweb file.

18 years agoAdded support for the reference.autolabel param in (X)HTML and FO
Michael Smith [Fri, 1 Sep 2006 06:49:15 +0000 (06:49 +0000)]
Added support for the reference.autolabel param in (X)HTML and FO
output.

18 years agoRacheted down font sizes of headings in example makefile FO output.
Michael Smith [Fri, 1 Sep 2006 06:47:16 +0000 (06:47 +0000)]
Racheted down font sizes of headings in example makefile FO output.

18 years agoIgnore newly added autoidx-* files.
Michael Smith [Fri, 1 Sep 2006 06:44:13 +0000 (06:44 +0000)]
Ignore newly added autoidx-* files.

18 years agoAdded reference.autolabel parameter for controlling labels on
Michael Smith [Fri, 1 Sep 2006 06:40:59 +0000 (06:40 +0000)]
Added reference.autolabel parameter for controlling labels on
reference output.

18 years agoDid some touch-ups to a few files to ensure that building from PDF
Michael Smith [Fri, 1 Sep 2006 00:16:45 +0000 (00:16 +0000)]
Did some touch-ups to a few files to ensure that building from PDF
and text from reference.dbk will work.

18 years agoAdded param and attribute set to example makefile, for getting
Michael Smith [Fri, 1 Sep 2006 00:08:44 +0000 (00:08 +0000)]
Added param and attribute set to example makefile, for getting
wrapping in verbatims in FO output.

18 years agoAdded reference.dbk file. This file uses Xinclude to pull in
Michael Smith [Fri, 1 Sep 2006 00:06:15 +0000 (00:06 +0000)]
Added reference.dbk file. This file uses Xinclude to pull in
contents of all param.xml files and other doc source files. Intent
is to use this to generate single-file plain-text and PDF versions
of the reference docs.

18 years agoAdded torefsect1.xsl stylesheet for converting refparameter,
Michael Smith [Fri, 1 Sep 2006 00:03:46 +0000 (00:03 +0000)]
Added torefsect1.xsl stylesheet for converting refparameter,
refreturn, etc. markup to refsect1, and added a target in
makefiles for generating DocBook-valid versions of doc source that
can be Xincluded into reference doc.

18 years agoAdded IDs to para.xweb file.
Michael Smith [Thu, 31 Aug 2006 23:43:37 +0000 (23:43 +0000)]
Added IDs to para.xweb file.

18 years agoAdded IDs to para.xweb file.
Michael Smith [Thu, 31 Aug 2006 23:42:25 +0000 (23:42 +0000)]
Added IDs to para.xweb file.