summary refs log tree commit diff
path: root/doc/manual.xml
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2019-05-22 13:55:00 +0000
committerGitHub <noreply@github.com>2019-05-22 13:55:00 +0000
commit4e750fa92c8a2d7147cd2ff02f9c05fb162ca093 (patch)
treed1204116f129f445feb4a5e3b8d4fc8f9e025ec5 /doc/manual.xml
parentda79a119353a6b4200ec234c02b77cc85683892f (diff)
downloadnixpkgs-4e750fa92c8a2d7147cd2ff02f9c05fb162ca093.tar
nixpkgs-4e750fa92c8a2d7147cd2ff02f9c05fb162ca093.tar.gz
nixpkgs-4e750fa92c8a2d7147cd2ff02f9c05fb162ca093.tar.bz2
nixpkgs-4e750fa92c8a2d7147cd2ff02f9c05fb162ca093.tar.lz
nixpkgs-4e750fa92c8a2d7147cd2ff02f9c05fb162ca093.tar.xz
nixpkgs-4e750fa92c8a2d7147cd2ff02f9c05fb162ca093.tar.zst
nixpkgs-4e750fa92c8a2d7147cd2ff02f9c05fb162ca093.zip
[RFC] manual: rename to users and contributors manual, add some user notes … (#60682)
* manual: rename to users and contributors manual, add some user notes that should be there but don't fit in any chapter
* manual: move the package notes that are completely usage-related to the upper user notes section
* manual: link to package-specific development notes from user notes
Diffstat (limited to 'doc/manual.xml')
-rw-r--r--doc/manual.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/manual.xml b/doc/manual.xml
index f31897aed03..ab845e1a108 100644
--- a/doc/manual.xml
+++ b/doc/manual.xml
@@ -1,12 +1,13 @@
 <book xmlns="http://docbook.org/ns/docbook"
       xmlns:xi="http://www.w3.org/2001/XInclude">
  <info>
-  <title>Nixpkgs Contributors Guide</title>
+  <title>Nixpkgs Users and Contributors Guide</title>
   <subtitle>Version <xi:include href=".version" parse="text" />
   </subtitle>
  </info>
  <xi:include href="introduction.chapter.xml" />
  <xi:include href="quick-start.xml" />
+ <xi:include href="package-specific-user-notes.xml" />
  <xi:include href="stdenv.xml" />
  <xi:include href="multiple-output.xml" />
  <xi:include href="cross-compilation.xml" />