textest.mk: Fix non-function PNG_WIDTH variable

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2016-04-25 20:55:22 +00:00
commit a7eba8dbb8

View file

@ -28,7 +28,7 @@ $(OUT_PDF): $(SOURCES)
touch $@ touch $@
$(OUT_PNG): $(OUT_PDF) $(OUT_PNG): $(OUT_PDF)
convert -density 400 -scale x100 $< $@ convert -density 400 -scale x$(PNG_WIDTH) $< $@
clean.files: clean.files:
rm -rf *.done *.aux *.log *.pdf *.nav *.out *.snm *.toc .*.swp $(OUT_PNG) rm -rf *.done *.aux *.log *.pdf *.nav *.out *.snm *.toc .*.swp $(OUT_PNG)