From 70049782e787faf3f6c0f54ca8b93d0bc83437ba Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sun, 4 Jul 2021 23:37:36 +0530 Subject: doc: Use PNG images instead of SVG. PNG images are supported by both the info and html engines. * doc/ccwl.skb (Tutorial)[Workflow with multiple steps]: Use PNG images instead of SVG. * Makefile.am (CLEANFILES): Replace doc/*.svg with doc/*.png. (%.svg): Delete rule. (%.png): New rule. * .gitignore: Replace doc/*.svg with doc/*.png. --- doc/skribilo.scm | 2 -- 1 file changed, 2 deletions(-) (limited to 'doc/skribilo.scm') diff --git a/doc/skribilo.scm b/doc/skribilo.scm index 4a5d0c1..22d31f9 100644 --- a/doc/skribilo.scm +++ b/doc/skribilo.scm @@ -129,8 +129,6 @@ and END are line numbers indexed from 1." (let ((html-engine (find-engine 'html))) (engine-custom-set! html-engine 'css "/style.css") (engine-custom-set! html-engine 'charset "UTF-8") - (engine-custom-set! html-engine 'image-format - (list "svg" "png" "gif" "jpg" "jpeg")) (markup-writer 'abbr html-engine #:options '(#:short #:long) #:action (lambda (markup engine) -- cgit v1.2.3