source: index.xml@ acf7e2c

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

Initial commit of basic branch

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

  • Property mode set to 100644
File size: 907 bytes
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY xinclude "http://www.w3.org/2001/XInclude">
5]>
6<!--
7$LastChangedBy$
8$Date$
9-->
10
11<book>
12
13 <!-- Front Matter -->
14 <xi:include xmlns:xi="&xinclude;" href="book/bookinfo.xml"/>
15 <xi:include xmlns:xi="&xinclude;" href="intro.xml"/>
16
17 <!-- Content -->
18 <xi:include xmlns:xi="&xinclude;" href="postlfs/config/config.xml"/>
19 <xi:include xmlns:xi="&xinclude;" href="cmdline.xml"/>
20 <xi:include xmlns:xi="&xinclude;" href="admin.xml"/>
21 <xi:include xmlns:xi="&xinclude;" href="support.xml"/>
22 <xi:include xmlns:xi="&xinclude;" href="libraries.xml"/>
23
24 <!-- Appendices -->
25 <xi:include xmlns:xi="&xinclude;" href="appendices/creat-comm.xml"/>
26 <xi:include xmlns:xi="&xinclude;" href="appendices/mit-lic.xml"/>
27
28 <index/>
29
30</book>
Note: See TracBrowser for help on using the repository browser.