From 4d8f40aa2d60400c808fa276ef40f8f3d6c10fc5 Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Mon, 25 Jul 2022 17:00:42 +0200 Subject: [PATCH] docs: add svg images (#25273) * docs: add svg images * important whitespace --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 02db7db2d3..d0aa841c4d 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -32,7 +32,7 @@ clean: @echo "Copying docs & config to build folder..." cp -a "$(DOCSDIR)" "$(BUILDDIR)" cd "$(OPENPILOT_ROOT)" && \ - find . -type f \( -name "*.md" -o -name "*.rst" -o -name "*.png" -o -name "*.jpg" \) \ + find . -type f \( -name "*.md" -o -name "*.rst" -o -name "*.png" -o -name "*.jpg" -o -name "*.svg" \) \ -not -path "*/.*" \ -not -path "./build/*" \ -not -path "./docs/*" \