Commit d746bd87f2d29f5f283c7aa2659c0c32efb0e057
1 parent
5d3d7567
Exists in
master
and in
79 other branches
drop svg/png dependency to not need inkscape when building
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
docs/Makefile
... | ... | @@ -15,7 +15,7 @@ BUILT += $(patsubst %.svg, _build/%.png, $(wildcard *.svg)) |
15 | 15 | _build/%.png: %.png |
16 | 16 | cp $< $@ |
17 | 17 | |
18 | -arquitetura.png: arquitetura.svg | |
18 | +arquitetura.png: | |
19 | 19 | inkscape --export-area-page --export-width=800 --export-width=600 --export-png=$@ $< |
20 | 20 | |
21 | 21 | BUILT += $(patsubst %.in, _build/%, $(wildcard *.in)) | ... | ... |