From 1c691c9624030d1935d90014602b04e5026b7b24 Mon Sep 17 00:00:00 2001 From: Tan A <40173707+yutyo@users.noreply.github.com> Date: Wed, 31 Mar 2021 17:22:17 +0300 Subject: [PATCH] inkmake: add page (#5580) --- pages/common/inkmake.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/common/inkmake.md diff --git a/pages/common/inkmake.md b/pages/common/inkmake.md new file mode 100644 index 000000000..f833acf97 --- /dev/null +++ b/pages/common/inkmake.md @@ -0,0 +1,24 @@ +# inkmake + +> GNU Makefile-style SVG exporting using Inkscape's backend. +> More information: . + +- Export an SVG file executing the specified Inkfile: + +`inkmake {{path/to/Inkfile}}` + +- Execute an Inkfile and show detailed information: + +`inkmake --verbose {{path/to/Inkfile}}` + +- Execute an Inkfile, specifying SVG input file(s) and an output file: + +`inkmake --svg {{path/to/file.svg}} --out {{path/to/output_image}} {{path/to/Inkfile}}` + +- Specify a custom Inkscape binary to use as the backend: + +`inkmake --inkscape {{/Applications/Inkscape.app/Contents/Resources/bin/inkscape}} {{path/to/Inkfile}}` + +- Display help: + +`inkmake --help`