summaryrefslogtreecommitdiffstats
path: root/documentation/.gitignore
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-10-06 14:17:46 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-08 22:01:24 +0100
commitbca3caeaeafc3c9c412ef33b1a9a3ef99b04baf1 (patch)
treefeda1c56929d305c3ecc58c52a3c15c5caf6b5a5 /documentation/.gitignore
parent33ea53f00db5760650596af24d6c5bea262ed0f6 (diff)
downloadpoky-bca3caeaeafc3c9c412ef33b1a9a3ef99b04baf1.tar.gz
Makefile: allow epub and latexpdf outputs to use diagrams from SVG sources
html output is great when directly using SVG epub output has to use exported PNG because of issues using SVG directly latexpdf output cannot use SVG, it needs exported PDF instead This adds rules to generate PNG and PDF formats from new SVG sources. Newly added diagrams have be stored in svg/ subdirectories so that PNG and PDF files generated from SVG can be "gitignored" without ignoring the original PNG diagrams that have no SVG source. Note: had to remove the dependency to "Makefile" in the final "catch-all" target, otherwise it was also catching the SVG to PNG and SVG to PDF targets. (From yocto-docs rev: cd9bbd41d323bc124057396f142010509c65bbaf) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reviewed-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/.gitignore')
-rw-r--r--documentation/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/.gitignore b/documentation/.gitignore
index c44580b088..35ead8af66 100644
--- a/documentation/.gitignore
+++ b/documentation/.gitignore
@@ -1,3 +1,5 @@
1_build/ 1_build/
2Pipfile.lock 2Pipfile.lock
3.vscode/ 3.vscode/
4*/svg/*.png
5*/svg/*.pdf