Commit dd99f71def178ea2c76a8504e33b9c55655ecc7e
1 parent
09aa868f
Exists in
master
and in
79 other branches
docs: fix build
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
docs/Makefile
... | ... | @@ -13,6 +13,7 @@ _build/dns.rst: ../test/dns_test.sh |
13 | 13 | |
14 | 14 | BUILT += $(patsubst %.svg, _build/%.png, $(wildcard *.svg)) |
15 | 15 | _build/%.png: %.png |
16 | + cp $< $@ | |
16 | 17 | |
17 | 18 | arquitetura.png: arquitetura.svg |
18 | 19 | inkscape --export-area-page --export-width=800 --export-width=600 --export-png=$@ $< | ... | ... |