From 9745ff5744d97fa66b42587e6a304d3bdf8054ab Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 7 Apr 2008 22:22:16 +0200 Subject: doc: Use the native API instead of `--compat=skribe'. * doc/user/Makefile.am (skrflags): Remove `--compat=skribe'. * doc/user/*.skb: Trivial API update. --- doc/user/document.skb | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'doc/user/document.skb') diff --git a/doc/user/document.skb b/doc/user/document.skb index b5c3461..7bedb7a 100644 --- a/doc/user/document.skb +++ b/doc/user/document.skb @@ -1,5 +1,6 @@ ;;; document.skb -- Document and author ;;; +;;; Copyright 2008 Ludovic Courtès ;;; Copyright 2003, 2004 Manuel Serrano ;;; ;;; @@ -29,8 +30,8 @@ (ta (table (tr (map (lambda (n) (td :valign 'top :align 'center n)) (if (list? a) a (list a))))))) - (skribe-eval (center (bold t)) e) - (skribe-eval (center ta) e) + (evaluate-document (center (bold t)) e) + (evaluate-document (center ta) e) (output b e)))) ;*---------------------------------------------------------------------*/ @@ -91,3 +92,8 @@ document.]) (example-produce (example :legend "The author markup" (prgm :file "src/api3.skb")) (disp (include "src/api3.skb"))))) + +;;; Local Variables: +;;; coding: latin-1 +;;; ispell-local-dictionary: "american" +;;; End: -- cgit v1.2.3