From d746bd87f2d29f5f283c7aa2659c0c32efb0e057 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 8 Oct 2015 17:37:41 -0300 Subject: [PATCH] drop svg/png dependency to not need inkscape when building --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 4072305..37eb1a7 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -15,7 +15,7 @@ BUILT += $(patsubst %.svg, _build/%.png, $(wildcard *.svg)) _build/%.png: %.png cp $< $@ -arquitetura.png: arquitetura.svg +arquitetura.png: inkscape --export-area-page --export-width=800 --export-width=600 --export-png=$@ $< BUILT += $(patsubst %.in, _build/%, $(wildcard *.in)) -- libgit2 0.21.2