Author: randy Date: 2009-07-26 08:30:45 -0600 (Sun, 26 Jul 2009) New Revision: 7873
Modified: trunk/BOOK/general.ent trunk/BOOK/x/lib/atk.xml Log: Added LFS 6.5 check entity Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2009-07-26 14:06:55 UTC (rev 7872) +++ trunk/BOOK/general.ent 2009-07-26 14:30:45 UTC (rev 7873) @@ -54,6 +54,16 @@ <!ENTITY blfs-wiki "http://wiki.&lfs-domainname;/blfs/wiki"> +<!-- These entities are used to annotate the current status of a package as it + relates to the version of LFS it will build/work against --> +<!ENTITY lfs65_checked "<para>This package is known to build and work properly + using an LFS-6.5 platform.</para>"> +<!-- <!ENTITY lfs65_needs_update "<para>This package is known to build and work properly + using an LFS-6.5 platform if you use current package + sources. See <xref linkend="package_updates"/> + for more information.</para>"> --> +<!-- End special entities about LFS compatibility --> + <!-- Part II --> <!-- Chapter 3 --> <!ENTITY autofs-version "5.0.3"> Modified: trunk/BOOK/x/lib/atk.xml =================================================================== --- trunk/BOOK/x/lib/atk.xml 2009-07-26 14:06:55 UTC (rev 7872) +++ trunk/BOOK/x/lib/atk.xml 2009-07-26 14:30:45 UTC (rev 7873) @@ -34,6 +34,8 @@ allowing accessibility solutions to be available for all <application>GTK2</application> applications.</para> + &lfs65_checked; + <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
