From bda408c218cad42b482981213de79e3382df87b6 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 29 Jan 2008 17:52:44 +0100 Subject: doc: Document the `outline' reader. * doc/user/Makefile.am (EXTRA_DIST): Add `src/outline.txt' and `loute.skb'. * doc/user/compiler.skb: Add ref to `outline-syntax'. * doc/user/syntax.skb: Re-structure, add `outline-syntax' section. * doc/user/user.skb: Use `(skribilo reader)' and `(ice-9 pretty-print)'. --- doc/user/user.skb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/user/user.skb') diff --git a/doc/user/user.skb b/doc/user/user.skb index 4147292..3844df8 100644 --- a/doc/user/user.skb +++ b/doc/user/user.skb @@ -33,13 +33,15 @@ (use-modules (skribilo package eq) (skribilo package pie) (skribilo package slide) - (skribilo package web-book2)) + (skribilo package web-book2) + (skribilo reader)) (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)) + (ice-9 rdelim) + (ice-9 pretty-print)) ;*---------------------------------------------------------------------*/ -- cgit v1.2.3