This commit is contained in:
Motiejus Jakštys
2020-05-27 11:11:35 +03:00
parent 5d2ca6f0b4
commit 64d6f0e2a3
2 changed files with 4 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ endef
define gpkg2pdf
$(1): $(2) ./layer2img.py
./layer2img.py $(3) --infile=$$< --outfile $(1).pdf
./layer2img.py $(3) --infile=$$< --outfile $(1)
endef
$(eval $(call algo2img,sinewave,douglas,52x12))