Alphabetise the component list.

This commit is contained in:
Adam Weinberger 2004-01-08 06:20:39 +00:00
parent aaf1252792
commit 263c23904d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=19533

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/gnome_porting.sgml,v 1.8 2004/01/07 23:38:16 adamw Exp $">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/gnome_porting.sgml,v 1.9 2004/01/07 23:45:48 adamw Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME Desktop-Independent Components">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -61,16 +61,6 @@
<td><tt>gnomehier</tt></td>
</tr>
<tr>
<td><tt>lthack</tt></td>
<td><tt>lthack</tt> prevents the installation of .la
files and ensures that <tt>${PTHREAD_LIBS}</tt> will be passed
to the linker. <em>NOTE: Only available for the GNOME
&gnomedevelver; tree.</em>
</td>
<td><tt>&nbsp;</tt></td>
</tr>
<tr>
<td><tt>gnometarget</tt></td>
<td><tt>gnometarget</tt> sets
@ -80,14 +70,6 @@
<td><tt>&nbsp;</tt></td>
</tr>
<tr>
<td><tt>pkgconfig</tt></td>
<td><tt>pkgconfig</tt> registers a dependency upon
<tt>devel/pkgconfig</tt> to make sure it is installed.
</td>
<td><tt>&nbsp;</tt></td>
</tr>
<tr>
<td><tt>intlhack</tt></td>
<td><tt>intlhack</tt> registers a dependency upon
@ -99,6 +81,24 @@
<td><tt>&nbsp;</tt></td>
</tr>
<tr>
<td><tt>lthack</tt></td>
<td><tt>lthack</tt> prevents the installation of .la
files and ensures that <tt>${PTHREAD_LIBS}</tt> will be passed
to the linker. <em>NOTE: Only available for the GNOME
&gnomedevelver; tree.</em>
</td>
<td><tt>&nbsp;</tt></td>
</tr>
<tr>
<td><tt>pkgconfig</tt></td>
<td><tt>pkgconfig</tt> registers a dependency upon
<tt>devel/pkgconfig</tt> to make sure it is installed.
</td>
<td><tt>&nbsp;</tt></td>
</tr>
</table>
<!-- End GNOME-related Makefile macros -->