From 70830b1187d3d1924f38573caf8aeda2372ae84c Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 14 Dec 2007 19:43:47 +0100 Subject: doc: Update "Standard Library" and chapter about `skribilo-config'. * doc/user/Makefile.am (EXTRA_DIST): Rename `skribe-config.skb' to `skribilo-config.skb'. (skrflags): Add `-e' flags defining `%top-srcdir' and `%top-builddir'. * doc/user/lib.skb: Update stuff, removing references to `skribe-*' functions. Remove doc for `load-document' and `skribe-configure', both of which have become essentially useless. * doc/user/skribilo-config.skb: Updated. Actually run `skribilo-config' and get options from there. * doc/user/user.skb: Use `(ice-9 popen)' and `(ice-9 rdelim)'. Update includes. --- doc/user/user.skb | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'doc/user/user.skb') diff --git a/doc/user/user.skb b/doc/user/user.skb index 38ea61c..f78f1b0 100644 --- a/doc/user/user.skb +++ b/doc/user/user.skb @@ -39,6 +39,11 @@ (load "doc-config.scm") (if %have-ploticus? (set! %ploticus-program %ploticus-path)) + +;; Modules needed, e.g., to get the output of "skribilo-config --help". +(use-modules (ice-9 popen) + (ice-9 rdelim)) + ;*---------------------------------------------------------------------*/ ;* HTML custom */ @@ -172,8 +177,8 @@ as HTML, PostScript, Info pages, etc.]))))) ;;; Packages (include "package.skb") -;;; skribe-config -(include "skribe-config.skb") +;;; skribilo-config +(include "skribilo-config.skb") ;;; List of examples (include "examples.skb") -- cgit v1.2.3