aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Court`es2006-03-01 17:37:47 +0000
committerLudovic Court`es2006-03-01 17:37:47 +0000
commit3fe02d51a069386687014825e626679d69d03d22 (patch)
tree84731971d9366b9f57be169ad911feb85f11c64b
parent42e45901ab4c65737def88744609a270d712f1c2 (diff)
downloadskribilo-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.skb5
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")