From 93b5f21b4a524fc07ea60f20ec363a6c5cfbcdf7 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 21 Apr 2008 22:58:53 +0200 Subject: Allow builds of the user manual with LaTeX and ConTeXt. * doc/modules/skribilo/documentation/api.scm (doc-engine): Fix `skribe-warning' invocation. * doc/user/Makefile.am (.skb.lout): Move out of `if HAVE_LOUT'. (.skb.tex, .skb.ctx): New targets. --- doc/modules/skribilo/documentation/api.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/modules') diff --git a/doc/modules/skribilo/documentation/api.scm b/doc/modules/skribilo/documentation/api.scm index 9007610..757cafb 100644 --- a/doc/modules/skribilo/documentation/api.scm +++ b/doc/modules/skribilo/documentation/api.scm @@ -727,7 +727,7 @@ (resolve (lambda (n e env) (cond ((engine-format? "latex" e) - (skribe-warning "`doc-engine' not rendered in LaTeX") + (skribe-warning 3 "`doc-engine' not rendered in LaTeX") #f) ((engine-format? "lout" e) (list (map (lambda (c) -- cgit v1.2.3