* Moved the Linux kernel maintenance notes to the manual, expanded

them.

svn path=/nixpkgs/trunk/; revision=12739
This commit is contained in:
Eelco Dolstra
2008-08-27 12:59:55 +00:00
parent 0217f5d485
commit 649ccdd2db
4 changed files with 228 additions and 46 deletions
+37
View File
@@ -31,5 +31,42 @@
<xi:include href="introduction.xml" />
<xi:include href="quick-start.xml" />
<xi:include href="stdenv.xml" />
<!-- outline -->
<chapter>
<title>Language Support</title>
<section>
<title>Perl</title>
<para>* Generic Perl builder</para>
</section>
<section>
<title>Python</title>
<para>* Wrapper generation</para>
</section>
<section>
<title>Haskell</title>
<para>TODO</para>
</section>
<section>
<title>Java</title>
<para>TODO; Java support needs lots of improvement</para>
</section>
<section>
<title>TeX / LaTeX</title>
<para>* Special support for building TeX documents</para>
</section>
</chapter>
<xi:include href="package-notes.xml" />
</book>