25 lines
611 B
Makefile
25 lines
611 B
Makefile
all: postZfa postZfhmin preZfhmin postZvfhmin insideZvfhmin insideZfhmin
|
|
|
|
postZfa:
|
|
inkscape $@.svg --export-type=pdf --export-filename=$@.pdf
|
|
|
|
postZfhmin:
|
|
inkscape $@.svg --export-type=pdf --export-filename=$@.pdf
|
|
|
|
preZfhmin:
|
|
inkscape $@.svg --export-type=pdf --export-filename=$@.pdf
|
|
|
|
postZvfhmin:
|
|
inkscape $@.svg --export-type=pdf --export-filename=$@.pdf
|
|
|
|
insideZvfhmin:
|
|
inkscape $@.svg --export-type=pdf --export-filename=$@.pdf
|
|
|
|
insideZfhmin:
|
|
inkscape $@.svg --export-type=pdf --export-filename=$@.pdf
|
|
|
|
wideningModule:
|
|
inkscape $@.sv --export-type=pdf --export-filename=$@.pdf
|
|
|
|
clean:
|
|
rm -rf *.pdf
|