Manual build fixes
This commit is contained in:
parent
f0ef6b74b9
commit
8259a392da
4 changed files with 15 additions and 15 deletions
|
|
@ -1,8 +1,7 @@
|
|||
<book xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
version="5.0"
|
||||
xml:id="NixManual">
|
||||
version="5.0">
|
||||
|
||||
<info>
|
||||
|
||||
|
|
@ -30,13 +29,14 @@
|
|||
|
||||
</info>
|
||||
|
||||
<preface>
|
||||
<title>Preface</title>
|
||||
<para>This manual describes how to set up and use Nix package manager and Nix expressions.</para>
|
||||
</preface>
|
||||
<preface>
|
||||
<title>Preface</title>
|
||||
<para>This manual describes how to set up and use the Nix package
|
||||
manager.</para>
|
||||
</preface>
|
||||
|
||||
<xi:include href="introduction/introduction.xml" />
|
||||
<xi:include href="quicks-start/quick-start.xml" />
|
||||
<xi:include href="quick-start/quick-start.xml" />
|
||||
<xi:include href="installation/installation.xml" />
|
||||
<xi:include href="packages/package-management.xml" />
|
||||
<xi:include href="expressions/writing-nix-expressions.xml" />
|
||||
|
|
@ -47,8 +47,8 @@
|
|||
<xi:include href="glossary/glossary.xml" />
|
||||
<xi:include href="hacking.xml" />
|
||||
<xi:include href="release-notes/release-notes.xml" />
|
||||
|
||||
<!--
|
||||
|
||||
<!--
|
||||
<appendix>
|
||||
<title>Nix Release Notes</title>
|
||||
<xi:include href="release-notes/release-notes.xml"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue