diff options
author | Ludovic Court`es | 2006-09-01 15:58:59 +0000 |
---|---|---|
committer | Ludovic Court`es | 2006-09-01 15:58:59 +0000 |
commit | 8e0448d1a0b2590453935e457d9f7de4a6d32502 (patch) | |
tree | 65bc7abec65bb65da54d6b83289f905078155862 /doc/user/user.skb | |
parent | 6b9d99e92e357dd053325f0f373d7d5f69919b35 (diff) | |
download | skribilo-8e0448d1a0b2590453935e457d9f7de4a6d32502.tar.gz skribilo-8e0448d1a0b2590453935e457d9f7de4a6d32502.tar.lz skribilo-8e0448d1a0b2590453935e457d9f7de4a6d32502.zip |
Turned `doc/skr' into `doc/modules', `skribe-load' into `use-modules'.
git-archimport-id: lcourtes@laas.fr--2005-libre/skribilo--devo--1.2--patch-54
Diffstat (limited to 'doc/user/user.skb')
-rw-r--r-- | doc/user/user.skb | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/doc/user/user.skb b/doc/user/user.skb index 13fae63..5cfe209 100644 --- a/doc/user/user.skb +++ b/doc/user/user.skb @@ -1,6 +1,7 @@ ;;; user.skb -- The Skribilo user manual. ;;; ;;; Copyright 2001, 2002, 2003, 2004 Manuel Serrano +;;; Copyright 2005, 2006 Ludovic Courtès <ludovic.courtes@laas.fr> ;;; ;;; ;;; This program is free software; you can redistribute it and/or modify @@ -21,10 +22,11 @@ ;*---------------------------------------------------------------------*/ ;* The Skribe documentation style */ ;*---------------------------------------------------------------------*/ -(skribe-load "web-book.skr") -(skribe-load "skr/env.skr") -(skribe-load "skr/manual.skr") -(skribe-load "skr/api.skr") +(use-modules (skribilo package web-book) + (skribilo documentation env) + (skribilo documentation manual) + (skribilo documentation api)) + ;*---------------------------------------------------------------------*/ ;* Packages */ @@ -51,14 +53,6 @@ (let ((le (find-engine 'lout))) (engine-custom-set! le 'document-type 'doc)) -;*---------------------------------------------------------------------*/ -;* The various indexes */ -;*---------------------------------------------------------------------*/ -(define *markup-index* (make-index "markup")) -(define *custom-index* (make-index "custom")) -(define *function-index* (make-index "function")) -(define *package-index* (make-index "package")) - ;*---------------------------------------------------------------------*/ ;* The document */ |