commit: 66064413f49caa3a61f0ec0e59197460a4844d7b
Author: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 21 21:03:08 2020 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Aug 21 21:03:08 2020 +0000
URL:
https://gitweb.gentoo.org/proj/gentoo-ecosystem.git/commit/?id=66064413
Fix Makefile for inkscape-1
Signed-off-by: Andreas K. Huettel <dilfridge <AT> gentoo.org>
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 7779f9f..f148c80 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ gentoo.svg: gentoo.csv gentoo.conf
gnuclad gentoo.csv gentoo.svg gentoo.conf
gentoo.pdf: gentoo.svg
- inkscape gentoo.svg -A gentoo.pdf
+ inkscape gentoo.svg -o gentoo.pdf
gentoo.png: gentoo.pdf
convert -geometry 2000 -density 200 gentoo.pdf gentoo.png