source: libraries.xml@ acf7e2c

basic
Last change on this file since acf7e2c was acf7e2c, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Updates to Basic BLFS Chapter 3

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/basic@20519 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 1.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "general.ent">
5 %general-entities;
6
7 <!ENTITY xinclude "http://www.w3.org/2001/XInclude">
8]>
9
10<!--
11$LastChangedBy$
12$Date$
13-->
14
15<chapter id="libraries" xreflabel="libraries">
16 <?dbhtml filename="libraries.html"?>
17
18 <title>Libraries</title>
19
20 <para>These libraries support programs in this book.</para>
21
22 <xi:include xmlns:xi="&xinclude;" href="general/genlib/libtasn1.xml"/>
23 <xi:include xmlns:xi="&xinclude;" href="postlfs/security/p11-kit.xml"/>
24 <xi:include xmlns:xi="&xinclude;" href="general/genlib/popt.xml"/>
25 <xi:include xmlns:xi="&xinclude;" href="general/genlib/libusb.xml"/>
26 <xi:include xmlns:xi="&xinclude;" href="networking/netlibs/libnl.xml"/>
27 <xi:include xmlns:xi="&xinclude;" href="networking/netlibs/libnsl.xml"/>
28 <xi:include xmlns:xi="&xinclude;" href="networking/netlibs/libtirpc.xml"/>
29 <xi:include xmlns:xi="&xinclude;" href="networking/netlibs/rpcsvc-proto.xml"/>
30 <xi:include xmlns:xi="&xinclude;" href="lwp-protocol-https.xml"/>
31 <sect1 id="pymods" xreflabel="six-&six-version; (Python Module)">
32 <title>six-&six-version; (Python Module)</title>
33 <xi:include xmlns:xi="&xinclude;" href="general/prog/six.xml"/>
34 </sect1>
35
36<!--
37 LWP::Protocol::https-6.07 (Perl Module)
38-->
39
40
41</chapter>
Note: See TracBrowser for help on using the repository browser.