Files
nixpkgs/doc/manual.xml
T

29 lines
890 B
XML
Raw Normal View History

2008-06-12 13:10:11 +00:00
<book xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude">
<info>
<title>Nixpkgs Contributors Guide</title>
2008-06-12 13:10:11 +00:00
<subtitle>Version <xi:include href=".version" parse="text" /></subtitle>
2008-06-12 13:10:11 +00:00
</info>
<xi:include href="introduction.xml" />
2008-06-17 14:19:59 +00:00
<xi:include href="quick-start.xml" />
<xi:include href="stdenv.xml" />
2016-04-03 19:17:26 +02:00
<xi:include href="multiple-output.xml" />
2017-01-22 15:52:35 -05:00
<xi:include href="cross-compilation.xml" />
<xi:include href="configuration.xml" />
2015-06-24 22:57:37 +02:00
<xi:include href="functions.xml" />
<xi:include href="meta.xml" />
<xi:include href="languages-frameworks/index.xml" />
<xi:include href="package-notes.xml" />
2016-12-17 18:05:21 +00:00
<xi:include href="overlays.xml" />
<xi:include href="coding-conventions.xml" />
<xi:include href="submitting-changes.xml" />
<xi:include href="reviewing-contributions.xml" />
<xi:include href="contributing.xml" />
2014-08-24 10:56:35 +02:00
</book>