nix-gh/doc/manual/manual.xml

53 lines
1.5 KiB
XML
Raw Normal View History

<book xmlns="http://docbook.org/ns/docbook"
2014-08-27 18:41:09 +02:00
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
2014-09-16 14:14:09 +02:00
version="5.0">
<info>
2014-08-27 18:41:09 +02:00
<title>Nix Package Manager Guide</title>
<subtitle>Version <xi:include href="version.txt" parse="text" /></subtitle>
2003-08-13 17:17:57 +02:00
<author>
<personname>
<firstname>Eelco</firstname>
<surname>Dolstra</surname>
</personname>
<contrib>Author</contrib>
2003-08-13 17:17:57 +02:00
</author>
2003-08-13 17:17:57 +02:00
<copyright>
<year>2004-2018</year>
2003-08-13 17:17:57 +02:00
<holder>Eelco Dolstra</holder>
</copyright>
2007-09-19 16:01:41 +02:00
</info>
<!--
2014-09-16 14:14:09 +02:00
<preface>
<title>Preface</title>
<para>This manual describes how to set up and use the Nix package
manager.</para>
</preface>
-->
2014-08-27 18:41:09 +02:00
<xi:include href="introduction/introduction.xml" />
<xi:include href="installation/installation.xml" />
2018-09-01 21:35:46 +02:00
<xi:include href="installation/upgrading.xml" />
2014-08-27 18:41:09 +02:00
<xi:include href="packages/package-management.xml" />
<xi:include href="expressions/writing-nix-expressions.xml" />
2014-12-14 01:07:23 +01:00
<xi:include href="advanced-topics/advanced-topics.xml" />
2014-08-27 18:41:09 +02:00
<xi:include href="command-ref/command-ref.xml" />
<xi:include href="glossary/glossary.xml" />
<xi:include href="hacking.xml" />
2014-08-27 18:41:09 +02:00
<xi:include href="release-notes/release-notes.xml" />
2014-09-16 14:14:09 +02:00
<!--
2014-08-27 18:41:09 +02:00
<appendix>
<title>Nix Release Notes</title>
2014-08-27 18:41:09 +02:00
<xi:include href="release-notes/release-notes.xml"
xpointer="xmlns(x=http://docbook.org/ns/docbook)xpointer(x:article/x:section)" />
</appendix>
2014-08-27 18:41:09 +02:00
-->
</book>