summaryrefslogtreecommitdiff
path: root/doc/ref/Makefile.am
diff options
context:
space:
mode:
authorIan Price <ianprice90@googlemail.com>2012-09-06 21:21:47 +0100
committerIan Price <ianprice90@googlemail.com>2012-09-06 22:15:40 +0100
commit985538837806ab8dadfe3c01388355b9f551a303 (patch)
tree6d9a945cc4ece200a9ad91364208db5bbc94f40a /doc/ref/Makefile.am
parent4aaceda29fc70124e64397c1593dc07a3a73a463 (diff)
downloadguile-985538837806ab8dadfe3c01388355b9f551a303.tar.gz
Document (ice-9 curried definitions)
* doc/ref/Makefile.am (guile_TEXINFOS): Add curried.texi to list * doc/ref/curried.texi: New file. * doc/ref/guile.texi (Guile Modules): Add "Curried Definitions" to menu. * doc/ref/scheme-ideas.texi (Lambda Alternatives): Refer to "Curried Definitions" from the `define' section.
Diffstat (limited to 'doc/ref/Makefile.am')
-rw-r--r--doc/ref/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ref/Makefile.am b/doc/ref/Makefile.am
index abe9cb9ee..201ab6b3f 100644
--- a/doc/ref/Makefile.am
+++ b/doc/ref/Makefile.am
@@ -62,6 +62,7 @@ guile_TEXINFOS = preface.texi \
web.texi \
expect.texi \
scsh.texi \
+ curried.texi \
sxml-match.texi \
scheme-scripts.texi \
api-overview.texi \