Update Spanish translation
[clawsker.git] / Makefile
index 01f29595c7928c2ca67b9925bea83d692aa4a532..0393e0f08684f2f385f7b0bdac8fc7a48f12427f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@
 #
 
 NAME = clawsker
-VERSION ?= 1.0.0
+VERSION ?= 1.0.1
 PREFIX ?= /usr/local
 BINDIR = ${PREFIX}/bin
 DATADIR = ${PREFIX}/share
@@ -51,7 +51,7 @@ install-icons-dirs:
                install -d ${DESTDIR}${THEMEDIR}/$${res}x$${res}/apps; \
        done
 
-install-icons:
+install-icons: install-icons-dirs
        for res in ${ICONRES}; do \
                install -m 0644 icons/${NAME}-$${res}.png ${DESTDIR}${THEMEDIR}/$${res}x$${res}/apps/${NAME}.png; \
        done