changeset 5387:6664e9f44bca

makefile: use fancy automatic variables
author Anton Shestakov <av6@dwimlabs.net>
date Tue, 07 Jul 2020 20:39:28 +0800
parents 77729ad7cb0c
children af210e6293c5
files docs/makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/docs/makefile	Tue Jul 07 20:37:07 2020 +0800
+++ b/docs/makefile	Tue Jul 07 20:39:28 2020 +0800
@@ -11,4 +11,4 @@
 	python test2rst.py tutorials/
 
 static/logo-evolve.ico: static/logo-evolve.svg
-	convert -resize 36x36 static/logo-evolve.svg static/logo-evolve.ico
+	convert -resize 36x36 $< $@