added docbook-dsssl-1.77

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@514 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Larry Lawrence 2002-12-18 20:17:56 +00:00
parent 2a947cfc17
commit 445007af1b
8 changed files with 26 additions and 8 deletions

View File

@ -2,8 +2,8 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"/usr/share/docbook/docbookx.dtd" [
<!ENTITY version "20021217">
<!ENTITY releasedate "December 17th, 2002">
<!ENTITY version "20021218">
<!ENTITY releasedate "December 18th, 2002">
<!ENTITY % book SYSTEM "book/book.ent">
<!ENTITY % preface SYSTEM "preface/preface.ent">

View File

@ -10,6 +10,9 @@ page in Chapter 1 for details on who wrote what.</para>
<itemizedlist>
<listitem><para>December 18th, 2002 [larry]: PST: Added
docbook-dsssl-1.77.</para></listitem>
<listitem><para>December 17th, 2002 [larry]: PST: Clean up builds in
SGML and XML.</para></listitem>

View File

@ -11,5 +11,9 @@ makes the mailspool directory FHS compliant.</para>
the local administrator choose which configuration file setup to
use.</para>
<para><userinput>mv /lib/libpam.a /lib/libpam_misc.a /lib/libpamc.a
/usr/lib</userinput> : This command move the static libraries to
<filename>/usr/lib</filename> to comply with FHS.</para>
</sect2>

View File

@ -6,7 +6,8 @@
<para><screen><userinput>./configure --enable-static-libpam --with-mailspool=/var/mail \
--enable-both-confs --sysconfdir=/etc &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
make install &amp;&amp;
mv /lib/libpam.a /lib/libpam_misc.a /lib/libpamc.a /usr/lib</userinput></screen></para>
</sect2>

View File

@ -11,9 +11,11 @@
<!ENTITY % sgml-common SYSTEM "typesetting/sgml-common/sgml-common.ent">
<!ENTITY % opensp SYSTEM "typesetting/opensp/opensp.ent">
<!ENTITY % openjade SYSTEM "typesetting/openjade/openjade.ent">
<!ENTITY % docbook-dsssl SYSTEM "typesetting/docbook-dsssl/docbook-dsssl.ent">
%sgml-common;
%opensp;
%openjade;
%docbook-dsssl;
<!-- XML -->
<!ENTITY pst-xml SYSTEM "typesetting/xml.xml">

View File

@ -0,0 +1,12 @@
<sect1 id="docbook-dsssl" xreflabel="docbook-dsssl-&docbook-dsssl-version;">
<?dbhtml filename="docbook-dsssl.html" dir="pst"?>
<title>docbook-dsssl-&docbook-dsssl-version;</title>
&docbook-dsssl-intro;
&docbook-dsssl-inst;
&docbook-dsssl-exp;
&docbook-dsssl-config;
&docbook-dsssl-desc;
</sect1>

View File

@ -7,5 +7,6 @@
&sgml-common;
&opensp;
&openjade;
&docbook-dsssl;
</chapter>

View File

@ -17,11 +17,6 @@ shared libraries. The following command will add it if it is missing:</para>
<userinput>EOF
ldconfig</userinput></screen></para>
<para>You need to set a QTDIR environment variable which can be accomplished
by putting the following in your ~/.bash_profile and/or ~/.bashrc:
<screen><userinput>export QTDIR=/opt/qt
export PATH=$PATH:$QTDIR/bin</userinput></screen></para>
<para>You need to add the path for the qt man pages to the man.conf
file. This can be done with the following command:</para>