diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-03-15T13·55+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-03-15T13·55+0000 |
commit | e30133469665d02588118594d4db8b6148249cd7 (patch) | |
tree | 96af128b43a791645c13e7d72b18c9184a0d072d /doc/manual/manual.xml | |
parent | b376565b86717c4da2bdea5ee0bc73978ff9bc78 (diff) |
* XInclude all the way.
Diffstat (limited to 'doc/manual/manual.xml')
-rw-r--r-- | doc/manual/manual.xml | 57 |
1 files changed, 20 insertions, 37 deletions
diff --git a/doc/manual/manual.xml b/doc/manual/manual.xml index 645afa5e6c91..5bdb7b324be8 100644 --- a/doc/manual/manual.xml +++ b/doc/manual/manual.xml @@ -3,31 +3,14 @@ PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.docbook.org/xml/4.3/docbook-xml-4.3.zip" [ -<!ENTITY introduction SYSTEM "introduction.xml"> -<!ENTITY quick-start SYSTEM "quick-start.xml"> -<!ENTITY installation SYSTEM "installation.xml"> -<!ENTITY package-management SYSTEM "package-management.xml"> -<!ENTITY writing-nix-expressions SYSTEM "writing-nix-expressions.xml"> -<!ENTITY build-farm SYSTEM "build-farm.xml"> -<!ENTITY opt-common SYSTEM "opt-common.xml"> -<!ENTITY opt-common-syn SYSTEM "opt-common-syn.xml"> -<!ENTITY nix-env SYSTEM "nix-env.xml"> -<!ENTITY nix-store SYSTEM "nix-store.xml"> -<!ENTITY nix-instantiate SYSTEM "nix-instantiate.xml"> -<!ENTITY nix-collect-garbage SYSTEM "nix-collect-garbage.xml"> -<!ENTITY nix-push SYSTEM "nix-push.xml"> -<!ENTITY nix-pull SYSTEM "nix-pull.xml"> -<!ENTITY nix-prefetch-url SYSTEM "nix-prefetch-url.xml"> -<!-- <!ENTITY nix-lang-ref SYSTEM "nix-lang-ref.xml"> --> -<!ENTITY troubleshooting SYSTEM "troubleshooting.xml"> -<!ENTITY bugs SYSTEM "bugs.xml"> -<!ENTITY version SYSTEM "version.xml"> ]> <book> <title>Nix User's Guide</title> - <subtitle>Draft (Version &version;)</subtitle> + <subtitle>Draft (Version <xi:include + xmlns:xi="http://www.w3.org/2001/XInclude" + href="version.txt" parse="text" />)</subtitle> <bookinfo> <author> @@ -40,49 +23,49 @@ <holder>Eelco Dolstra</holder> </copyright> </bookinfo> - - &introduction; - &quick-start; - &installation; - &package-management; - &writing-nix-expressions; - &build-farm; + + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="introduction.xml" /> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="quick-start.xml" /> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="installation.xml" /> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="package-management.xml" /> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="writing-nix-expressions.xml" /> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="build-farm.xml" /> <appendix> <title>Command Reference</title> <sect1> <title>nix-env</title> - &nix-env; + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nix-env.xml" /> </sect1> <sect1> <title>nix-store</title> - &nix-store; + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nix-store.xml" /> </sect1> <sect1> <title>nix-instantiate</title> - &nix-instantiate; + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nix-instantiate.xml" /> </sect1> <sect1> <title>nix-collect-garbage</title> - &nix-collect-garbage; + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nix-collect-garbage.xml" /> </sect1> <sect1> <title>nix-push</title> - &nix-push; + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nix-push.xml" /> </sect1> <sect1> <title>nix-pull</title> - &nix-pull; + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nix-pull.xml" /> </sect1> <sect1> <title>nix-prefetch-url</title> - &nix-prefetch-url; + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nix-prefetch-url.xml" /> </sect1> </appendix> -<!-- &nix-lang-ref; --> + <!-- &nix-lang-ref; --> - &troubleshooting; - &bugs; + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="troubleshooting.xml" /> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bugs.xml" /> </book> |