From 7ece10fa2346261c52f54f643fdc7fc77bf57a73 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Mon, 14 Apr 2008 15:39:30 +0000 Subject: Switch to SVG and Inkscape to generate pictures instead of Dia. This was discussed months ago and with Inkscape getting better and more clear in SVG processing it is now a preffered tool to create and process vector images. (This used to be commit 2575ceec2a817156832ce84e80a97923f10ecbe9) --- docs/Makefile.settings.in | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/Makefile.settings.in') diff --git a/docs/Makefile.settings.in b/docs/Makefile.settings.in index ce83a1a28f..fd7b4d70df 100644 --- a/docs/Makefile.settings.in +++ b/docs/Makefile.settings.in @@ -6,6 +6,7 @@ PNGTOPNM = @PNGTOPNM@ EPSTOPNM = @EPSTOPNM@ PNMTOPNG = @PNMTOPNG@ DIA = @DIA@ +INKSCAPE = @INKSCAPE@ PNMTOPS = @PNMTOPS@ HTML2TEXT = @HTML2TEXT@ DB2TEXI = @DB2TEXI@ -- cgit