mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Fix typo in gs instructions.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8730 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
39ac53f080
commit
43914365d1
@ -3,13 +3,13 @@ $LastChangedBy$
|
||||
$Date$
|
||||
-->
|
||||
|
||||
<!ENTITY day "03"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "05"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "12"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2010">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "svn-&year;&month;&day;">
|
||||
<!ENTITY releasedate "December &day;rd, &year;">
|
||||
<!ENTITY releasedate "December &day;th, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] -->
|
||||
|
@ -41,6 +41,16 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>December 5th, 2010</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[ken] - Corrected typo in ghostscript instructions (fixes ticket
|
||||
<ulink url="&blfs-ticket-root;3211">#3211</ulink>).</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>December 3rd, 2010</para>
|
||||
<itemizedlist>
|
||||
|
@ -164,7 +164,7 @@ rm -rf libpng</userinput></screen>
|
||||
<para>Install <application>GPL Ghostscript</application> by running the
|
||||
following commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr --enable-dynamic --with-drivers=ALL,xll &&
|
||||
<screen><userinput>./configure --prefix=/usr --enable-dynamic --with-drivers=ALL,x11 &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite. However, you may test
|
||||
|
Loading…
Reference in New Issue
Block a user