diff options
Diffstat (limited to 'doc/user/user.skb')
-rw-r--r-- | doc/user/user.skb | 9 |
1 files changed, 7 insertions, 2 deletions
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") |