diff options
author | Ludovic Courtès | 2008-01-22 19:17:15 +0100 |
---|---|---|
committer | Ludovic Courtès | 2008-01-22 19:17:15 +0100 |
commit | 1c48e83c54179144b82f8e1323101baf0c6b1a8d (patch) | |
tree | 94a5ceb3a8d140111890c0b1cf290b35184c86b9 /doc/user/skribec.skb | |
parent | ffd3ed37343917e87d27acb38a377686e866d741 (diff) | |
download | skribilo-1c48e83c54179144b82f8e1323101baf0c6b1a8d.tar.gz skribilo-1c48e83c54179144b82f8e1323101baf0c6b1a8d.tar.lz skribilo-1c48e83c54179144b82f8e1323101baf0c6b1a8d.zip |
doc: Document all the `*xxx-path*' parameters.
* doc/modules/skribilo/documentation/manual.scm (srfi-ref): New.
* doc/user/bib.skb: Add `*bib-path*'.
* doc/user/image.skb: Add `*image-path*'.
* doc/user/lib.skb: Mention `-I' command-line option for
`*document-path*'.
* doc/user/prgm.skb: Add `*source-path*'.
* doc/user/skribec.skb: Add `:ident' for chapter.
Diffstat (limited to 'doc/user/skribec.skb')
-rw-r--r-- | doc/user/skribec.skb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/user/skribec.skb b/doc/user/skribec.skb index 9ea2fad..ec83d3d 100644 --- a/doc/user/skribec.skb +++ b/doc/user/skribec.skb @@ -1,5 +1,6 @@ ;;; skribec.skb -- The Skribe compiler ;;; +;;; Copyright 2008 Ludovic Courtès <ludo@gnu.org> ;;; Copyright 2001, 2002, 2003, 2004 Manuel Serrano ;;; ;;; @@ -22,6 +23,8 @@ ;* The Skribe compiler */ ;*---------------------------------------------------------------------*/ (chapter :title "Skribe compiler" + :ident "compiler" + (index "skribe" :note "manual page") (p [ In this chapter we present the Skribe compiler that compiles Skribe |