[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: doc: Update detailed node list.
From: |
Ludovic Courtès |
Subject: |
02/03: doc: Update detailed node list. |
Date: |
Sat, 23 May 2015 13:57:28 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit 92492b23838f77decfc63810b56add0af6805feb
Author: Ludovic Courtès <address@hidden>
Date: Sat May 23 15:51:06 2015 +0200
doc: Update detailed node list.
* doc/guix.texi (Top): Add "package Reference" and "origin Reference" in
detailed node list.
---
doc/guix.texi | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 9bd9c58..1d882af 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -114,6 +114,11 @@ Programming Interface
* The Store Monad:: Purely functional interface to the store.
* G-Expressions:: Manipulating build expressions.
+Defining Packages
+
+* package Reference:: The package data type.
+* origin Reference:: The origin data type.
+
Utilities
* Invoking guix build:: Building packages from the command line.