]> git.proxmox.com Git - pmg-docs.git/commitdiff
buildsys: make verify-images target informative only
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 28 Feb 2024 13:14:22 +0000 (14:14 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 28 Feb 2024 13:14:24 +0000 (14:14 +0100)
The PDF and the HTML are rendered fine anyway, this is just a PITA

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index e50c9466473833bbaf24766f9a8ec29b313d60d3..898db76fe8f5fe1dcdb92a765ffec5fbe345a8d0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,8 +20,8 @@ all: index.html
 
 .PHONY: verify-images
 verify-images: png-verify.pl
-       for i in ./images/screenshot/*.png; do ./png-verify.pl $$i; done
-       for i in ./images/installer/*.png; do ./png-verify.pl $$i; done
+       for i in ./images/screenshot/*.png; do ./png-verify.pl $$i || :; done
+       for i in ./images/installer/*.png; do ./png-verify.pl $$i || :; done
 
 ADOC_SOURCES_GUESS=$(filter-out %-synopsis.adoc %-opts.adoc %-table.adoc, $(wildcard *.adoc))
 .pmg-doc-depends link-refs.json: $(ADOC_SOURCES_GUESS) scan-adoc-refs