aboutsummaryrefslogtreecommitdiff
path: root/doc/user/loute.skb
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/loute.skb')
-rw-r--r--doc/user/loute.skb10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/user/loute.skb b/doc/user/loute.skb
index ecfef34..4f0b27f 100644
--- a/doc/user/loute.skb
+++ b/doc/user/loute.skb
@@ -227,10 +227,12 @@ is ,(tt [#f]).]))
When using other engines, it is integrated using ,(markup-ref
"image").])
- (example-produce
- (example :legend "A Lout illustration"
- (prgm :file "src/lout-illustration.skb"))
- (disp (include "src/lout-illustration.skb")))))
+ (let ((e (example :legend "A Lout illustration"
+ (prgm :file "src/lout-illustration.skb"))))
+ (if %have-lout?
+ (example-produce e
+ (disp (include "src/lout-illustration.skb")))
+ e))))
;;; Local Variables:
;;; ispell-local-dictionary: "american"