diff options
author | Andy Wingo <wingo@pobox.com> | 2011-10-12 13:07:30 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2011-10-12 17:12:29 +0200 |
commit | d32df1325dfe5f550cf1262dc7e90ba86b526a7c (patch) | |
tree | fc2ec0ec6b9bb115ff321b4c8f6c6823e2e71d2c /doc/ref/guile.texi | |
parent | b09179d0eb0919920d4784b45af06c2f74b10c2d (diff) | |
download | guile-d32df1325dfe5f550cf1262dc7e90ba86b526a7c.tar.gz |
manual: reorganize autoconf, pkg-config info
* doc/ref/libguile-parallel.texi: New file, documenting parallel
installation and the use of pkg-config.
* doc/ref/libguile-linking.texi: Adapt.
* doc/ref/libguile-autoconf.texi: Rename from autoconf.texi. Lower
sections, and integrate in the "Programming in C" chapter.
* doc/ref/guile.texi: Adapt.
Diffstat (limited to 'doc/ref/guile.texi')
-rw-r--r-- | doc/ref/guile.texi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/ref/guile.texi b/doc/ref/guile.texi index 9581f0c05..e293325c6 100644 --- a/doc/ref/guile.texi +++ b/doc/ref/guile.texi @@ -182,8 +182,6 @@ x * Guile Implementation:: -* Autoconf Support:: - Appendices * GNU Free Documentation License:: The license of this manual. @@ -264,20 +262,25 @@ etc. that make up Guile's application programming interface (API), @xref{API Reference}. @menu +* Parallel Installations:: Finding the right Guile. * Linking Programs With Guile:: More precisely, with the libguile library. * Linking Guile with Libraries:: To extend Guile itself. * General Libguile Concepts:: General concepts for using libguile. * Defining New Types (Smobs):: Adding new types to Guile. * Function Snarfing:: A way to define new functions. * Programming Overview:: An overview of Guile programming. +* Autoconf Support:: Putting m4 to good use. @end menu +@include libguile-parallel.texi @include libguile-linking.texi @include libguile-extensions.texi @include libguile-concepts.texi @include libguile-smobs.texi @include libguile-snarf.texi @include libguile-program.texi +@include libguile-autoconf.texi + @node API Reference @chapter API Reference @@ -426,8 +429,6 @@ merely familiar with Scheme to being a real hacker. @include vm.texi @include compiler.texi -@include autoconf.texi - @node GNU Free Documentation License @appendix GNU Free Documentation License |