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. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index efee198..d03af33 100644 --- a/.gitignore +++ b/.gitignore @@ -13,7 +13,7 @@ configure doc/*.cwl doc/*.html doc/*.info -doc/*.svg +doc/*.png doc/.dirstamp doc/stamp-vti pre-inst-env -- cgit v1.2.3