nixpkgs manual: cleanup (#15611)

Changed files
+17 -19
doc
+5 -5
doc/beam-users-guide.xml doc/languages-frameworks/beam.xml
···
-
<chapter xmlns="http://docbook.org/ns/docbook"
+
<section xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
-
xml:id="users-guide-to-the-erlang-infrastructure">
+
xml:id="sec-beam">
-
<title>User's Guide to the Beam Infrastructure</title>
+
<title>Beam Languages (Erlang &amp; Elixir)</title>
<section xml:id="beam-introduction">
-
<title>Beam Languages (Erlang &amp; Elixir) on Nix</title>
+
<title>Introduction</title>
<para>
In this document and related Nix expressions we use the term
<emphasis>Beam</emphasis> to describe the environment. Beam is
···
that.
</para>
</section>
-
</chapter>
+
</section>
+2 -3
doc/default.nix
···
outputFile = "./languages-frameworks/python.xml";
}
+ toDocbook {
-
inputFile = ./haskell-users-guide.md;
-
outputFile = "haskell-users-guide.xml";
-
useChapters = true;
+
inputFile = ./languages-frameworks/haskell.md;
+
outputFile = "./languages-frameworks/haskell.xml";
}
+ toDocbook {
inputFile = ./../pkgs/development/idris-modules/README.md;
+1 -1
doc/haskell-users-guide.md doc/languages-frameworks/haskell.md
···
author: Peter Simons
date: 2015-06-01
---
-
# User's Guide to the Haskell Infrastructure
+
# Haskell
## How to install Haskell packages
+9 -8
doc/languages-frameworks/index.xml
···
such as Perl or Haskell. These are described in this chapter.</para>
-
<xi:include href="perl.xml" />
-
<xi:include href="python.xml" />
-
<xi:include href="ruby.xml" />
+
<xi:include href="beam.xml" />
+
<xi:include href="bower.xml" />
+
<xi:include href="coq.xml" />
<xi:include href="go.xml" />
+
<xi:include href="haskell.xml" />
+
<xi:include href="idris.xml" /> <!-- generated from ../../pkgs/development/idris-modules/README.md -->
<xi:include href="java.xml" />
<xi:include href="lua.xml" />
-
<xi:include href="coq.xml" />
-
<xi:include href="idris.xml" /> <!-- generated from ../../pkgs/development/idris-modules/README.md -->
-
<xi:include href="r.xml" /> <!-- generated from ../../pkgs/development/r-modules/README.md -->
+
<xi:include href="perl.xml" />
+
<xi:include href="python.xml" />
<xi:include href="qt.xml" />
+
<xi:include href="r.xml" /> <!-- generated from ../../pkgs/development/r-modules/README.md -->
+
<xi:include href="ruby.xml" />
<xi:include href="texlive.xml" />
-
<xi:include href="bower.xml" />
</chapter>
-
-2
doc/manual.xml
···
<xi:include href="package-notes.xml" />
<xi:include href="coding-conventions.xml" />
<xi:include href="submitting-changes.xml" />
-
<xi:include href="haskell-users-guide.xml" />
-
<xi:include href="beam-users-guide.xml" />
<xi:include href="contributing.xml" />
</book>