datenschleuder_rc3rev2bplus.../Makefile

5 lines
288 B
Makefile
Raw Permalink Normal View History

2022-01-18 21:17:07 +01:00
#!/bin/bash
all:
find . -type f -name '*.svg' -print0 | xargs -0 -n 1 -P 6 inkscape --actions="export-filename:$1.png; export-do;" --export-dpi 96 $1
2022-01-18 21:38:46 +01:00
find . -type f -name '*.svg' -print0 | xargs -0 -n 1 -P 6 inkscape --actions="export-filename:$1.pdf; export-do;" --export-dpi 200 $1