Commit dd99f71def178ea2c76a8504e33b9c55655ecc7e

Authored by Antonio Terceiro
1 parent 09aa868f

docs: fix build

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
@@ -13,6 +13,7 @@ _build/dns.rst: ../test/dns_test.sh @@ -13,6 +13,7 @@ _build/dns.rst: ../test/dns_test.sh
13 13
14 BUILT += $(patsubst %.svg, _build/%.png, $(wildcard *.svg)) 14 BUILT += $(patsubst %.svg, _build/%.png, $(wildcard *.svg))
15 _build/%.png: %.png 15 _build/%.png: %.png
  16 + cp $< $@
16 17
17 arquitetura.png: arquitetura.svg 18 arquitetura.png: arquitetura.svg
18 inkscape --export-area-page --export-width=800 --export-width=600 --export-png=$@ $< 19 inkscape --export-area-page --export-width=800 --export-width=600 --export-png=$@ $<