mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-10-04 15:25:08 +00:00
buildsys: make verify-images target informative only
The PDF and the HTML are rendered fine anyway, this is just a PITA Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
0091b1c8ae
commit
c07cdc194c
4
Makefile
4
Makefile
@ -20,8 +20,8 @@ all: index.html
|
|||||||
|
|
||||||
.PHONY: verify-images
|
.PHONY: verify-images
|
||||||
verify-images: png-verify.pl
|
verify-images: png-verify.pl
|
||||||
for i in ./images/screenshot/*.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
|
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))
|
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
|
.pmg-doc-depends link-refs.json: $(ADOC_SOURCES_GUESS) scan-adoc-refs
|
||||||
|
Loading…
Reference in New Issue
Block a user