diff options
author | Ludovic Courtès | 2008-04-21 23:22:16 +0200 |
---|---|---|
committer | Ludovic Courtès | 2008-04-21 23:22:16 +0200 |
commit | 2621b52339e7553db09e9f0e1cae24b695439439 (patch) | |
tree | bae3ca0328a67a841e5b46d487f2e5cb03d4412c /doc/user/engine.skb | |
parent | 93b5f21b4a524fc07ea60f20ec363a6c5cfbcdf7 (diff) | |
download | skribilo-2621b52339e7553db09e9f0e1cae24b695439439.tar.gz skribilo-2621b52339e7553db09e9f0e1cae24b695439439.tar.lz skribilo-2621b52339e7553db09e9f0e1cae24b695439439.zip |
Document the `context' engine.
* doc/modules/skribilo/documentation/env.scm (*api-engines*): Add
`context'.
* doc/user/contexte.skb: New file.
* doc/user/engine.skb: Include it.
* src/guile/skribilo/engine/context.scm (context-customs): Moved to the
`make-engine' call so that automatic documentation extraction works.
Diffstat (limited to 'doc/user/engine.skb')
-rw-r--r-- | doc/user/engine.skb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/user/engine.skb b/doc/user/engine.skb index cc3a702..d075ebc 100644 --- a/doc/user/engine.skb +++ b/doc/user/engine.skb @@ -196,6 +196,7 @@ This is all it takes to extend Skribilo's set of engines!]))) (include "htmle.skb") (include "loute.skb") (include "latexe.skb") + (include "contexte.skb") (include "xmle.skb")) |