diff options
author | Ludovic Courtes | 2006-03-07 21:28:02 +0000 |
---|---|---|
committer | Ludovic Courtes | 2006-03-07 21:28:02 +0000 |
commit | 7410fe3c62754c0c469e18137fc03ff90fe1c20f (patch) | |
tree | d88f70b892583ac595aad026a0e1d1b2ee03093f /doc/user | |
parent | 092e922cfe5f636cba3d65dfacba81b23cae2bba (diff) | |
parent | 3fe02d51a069386687014825e626679d69d03d22 (diff) | |
download | skribilo-7410fe3c62754c0c469e18137fc03ff90fe1c20f.tar.gz skribilo-7410fe3c62754c0c469e18137fc03ff90fe1c20f.tar.lz skribilo-7410fe3c62754c0c469e18137fc03ff90fe1c20f.zip |
Merge from lcourtes@laas.fr--2004-libre
Patches applied:
* lcourtes@laas.fr--2004-libre/skribilo--devel--1.2 (patch 64-65)
- Fixed tiny module loading/autoloading mistakes.
- Doc: commented out code that uses processors to work around bug.
git-archimport-id: lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2--patch-40
Diffstat (limited to 'doc/user')
-rw-r--r-- | doc/user/markup.skb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/user/markup.skb b/doc/user/markup.skb index 272bfbe..22cbce3 100644 --- a/doc/user/markup.skb +++ b/doc/user/markup.skb @@ -67,8 +67,9 @@ calls are legal ,(tt "section") calls:]) ;*---------------------------------------------------------------------*/ ;* Markups */ ;*---------------------------------------------------------------------*/ -(include "document.skb") -(include "sectioning.skb") +;; FIXME: Processors (used by the following files) are broken! +;;(include "document.skb") +;;(include "sectioning.skb") (include "toc.skb") (include "ornament.skb") (include "line.skb") |