updated to libgnomecanvas-2.0.5

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@617 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Larry Lawrence 2003-01-21 19:46:42 +00:00
parent 3e97feca2e
commit f40b958c7a
7 changed files with 23 additions and 13 deletions

View File

@ -0,0 +1,9 @@
<sect2>
<title>Command explanations</title>
<para><userinput>--disable-gtk-doc</userinput> : This switch will
prevent the rebuilding of the API documentation during the make command.
</para>
</sect2>

View File

@ -5,7 +5,7 @@
<!ENTITY libgnomecanvas-desc SYSTEM "libgnomecanvas-desc.xml">
<!ENTITY libgnomecanvas-config SYSTEM "libgnomecanvas-config.xml">
<!ENTITY libgnomecanvas-buildsize "4.5 MB">
<!ENTITY libgnomecanvas-version "2.0.4">
<!ENTITY libgnomecanvas-download-http "http://ftp.gnome.org/pub/GNOME/sources/libgnomecanvas/2.0/libgnomecanvas-2.0.4.tar.bz2">
<!ENTITY libgnomecanvas-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libgnomecanvas/2.0/libgnomecanvas-2.0.4.tar.bz2">
<!ENTITY libgnomecanvas-size "476 KB">
<!ENTITY libgnomecanvas-version "2.0.5">
<!ENTITY libgnomecanvas-download-http "http://ftp.gnome.org/pub/GNOME/sources/libgnomecanvas/2.0/libgnomecanvas-2.0.5.tar.bz2">
<!ENTITY libgnomecanvas-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libgnomecanvas/2.0/libgnomecanvas-2.0.5.tar.bz2">
<!ENTITY libgnomecanvas-size "388 KB">

View File

@ -15,11 +15,8 @@ Estimated Disk space required: &gtk-doc-buildsize;</screen>
extracting specially-formatted comments from the code to create API
documentation. This package is <emphasis>optional</emphasis>, if it is not
installed, packages will not build the documentation. This does not mean
that you will not have any documentation, if gtk-doc is not available or
is not specifically enabled, the install process will copy pre-built
documentation to your system. On Gnome-1.4 packages, gtk-doc must be
specifically disabled to install prebuilt instructions if it is
installed.
that you will not have any documentation, if gtk-doc is not available, the
install process will copy pre-built documentation to your system.
</para>
<screen>gtk-doc depends on:

View File

@ -4,6 +4,7 @@
&libgnomecanvas-intro;
&libgnomecanvas-inst;
&libgnomecanvas-exp;
&libgnomecanvas-config;
&libgnomecanvas-desc;

View File

@ -4,8 +4,8 @@
<para><userinput>--with-openssl</userinput> : This switch compiles linc
with OpenSSL support.</para>
<para><userinput>--enable-gtk-doc</userinput> : This switch will rebuild
the documentation during the make command.</para>
<para><userinput>--disable-gtk-doc</userinput> : This switch will
prevent the rebuilding of the API documentation during the make command.</para>
</sect2>

View File

@ -2,8 +2,8 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"/usr/share/docbook/docbookx.dtd" [
<!ENTITY version "20030120">
<!ENTITY releasedate "January 20th, 2003">
<!ENTITY version "20030121">
<!ENTITY releasedate "January 21st, 2003">
<!ENTITY % book SYSTEM "book/book.ent">
<!ENTITY % preface SYSTEM "preface/preface.ent">

View File

@ -9,6 +9,9 @@ page in Chapter 1 for details on who wrote what.</para>
<para>&version; - &releasedate;</para>
<itemizedlist>
<listitem><para>January 21st, 2003 [larry]: gnome: updated to
libgnomecanvas-2.0.5.</para></listitem>
<listitem><para>January 21st, 2003 [billyoc]: general: Updated gpm
instructions to add -lm to LDFLAGS. Maintainers notified..</para></listitem>