Skip to content

Commit 7f1753b

Browse files
author
mgricken
committed
Updated developer documentation.
M docs/src/developer/supportingTechnology.docbook git-svn-id: file:///tmp/test-svn/trunk@4751 fe72c1cf-3628-48e9-8b72-1c46755d3cff
1 parent 9eea973 commit 7f1753b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/developer/supportingTechnology.docbook

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
<para>DocBook documents can be styled as a variety of different formats, including HTML and PDF. This translation leverages generic XML-processing tools, where the meaning of DocBook constructs are defined in separate XSL style sheets. The DocBook style sheets are available from the <ulink url="http://docbook.sourceforge.net/">DocBook SourceForge project</ulink>, and must be installed in order to generate DrJava's documentation. In addition, the current process relies on <command>xsltproc</command>, an XML translator. (There are a few alternative tools available for Java, but all seem to currently struggle with the DocBook style sheets: Xalan, Saxon, and the standard Java APIs. These are invoked from Ant via the core <literal>xslt</literal> task.)
171171
<note>
172172
<title>Rice Java PLT</title>
173-
<para>On the Rice Computer Science department network, <literal>DOCBOOK_XSL_HOME</literal> should point to <filename>/usr/share/sgml/docbook/xsl-stylesheets-1.69.1-5.1</filename>; <command>xsltproc</command> is installed in <filename>/usr/bin</filename>.</para>
173+
<para>On the Rice Computer Science department network, <literal>DOCBOOK_XSL_HOME</literal> should point to <filename>/usr/share/sgml/docbook/xsl-stylesheets-1.65.1-2</filename>; <command>xsltproc</command> is installed in <filename>/usr/bin</filename>.</para>
174174
</note>
175175
</para>
176176
<para>Note that there are two similar formats for DocBook documents: XML and SGML. In the past, DrJava used commands <command>docbook2html</command> and <command>docbook2pdf</command>, which processed SGML files. These and other SGML-based tools seem to have been abandoned by the DocBook community, in favor of generic XML-processing tools.</para>
@@ -264,10 +264,10 @@
264264
<formalpara>
265265
<title><literal>Adding the Library</literal></title>
266266
<para>Before you can use Yourkit, you have to set the following environment variable:
267-
<literal>setenv LD_LIBRARY_PATH /home/javaplt/packages/yjp-6.0.11/bin/linux-x86-32</literal> .
267+
<literal>export LD_LIBRARY_PATH="/home/javaplt/packages/yjp-6.0.11/bin/linux-x86-32"</literal> .
268268
If you already have an <literal>LD_LIBRARY_PATH</literal> variable, then you
269269
should extend it by adding a colon and the path:
270-
<literal>setenv LD_LIBRARY_PATH $LD_LIBRARY_PATH:/home/javaplt/packages/yjp-6.0.11/bin/linux-x86-32</literal> .</para>
270+
<literal>export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/home/javaplt/packages/yjp-6.0.11/bin/linux-x86-32"</literal> .</para>
271271
</formalpara>
272272
</listitem>
273273
<listitem>

0 commit comments

Comments
 (0)