diff options
author | Ludovic Court`es | 2006-03-01 17:37:47 +0000 |
---|---|---|
committer | Ludovic Court`es | 2006-03-01 17:37:47 +0000 |
commit | 3fe02d51a069386687014825e626679d69d03d22 (patch) | |
tree | 84731971d9366b9f57be169ad911feb85f11c64b | |
parent | 42e45901ab4c65737def88744609a270d712f1c2 (diff) | |
download | skribilo-3fe02d51a069386687014825e626679d69d03d22.tar.gz skribilo-3fe02d51a069386687014825e626679d69d03d22.tar.lz skribilo-3fe02d51a069386687014825e626679d69d03d22.zip |
Doc: commented out code that uses processors to work around bug.
* doc/user/markup.skb: Commented out inclusion of `document.skb' and
`sectioning.skb'.
git-archimport-id: lcourtes@laas.fr--2004-libre/skribilo--devel--1.2--patch-65
-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") |