From 4293eb0de041ee0b13e8150e87cc78bd6d1d1a15 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Thu, 3 Jan 2008 13:22:37 +0100 Subject: [PATCH] fix widget and icons layouts installation --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9e616318..8e683c6a 100644 --- a/Makefile +++ b/Makefile @@ -61,11 +61,14 @@ dist: clean @mkdir awesome-${VERSION} @mkdir awesome-${VERSION}/layouts @mkdir awesome-${VERSION}/widgets + @mkdir awesome-${VERSION}/icons + @mkdir awesome-${VERSION}/icons/layouts @cp -fR STYLE LICENSE AUTHORS Makefile README awesomerc config.mk \ awesome-client.1.txt awesome.1.txt awesomerc.1.txt ${SRCCLIENT} ${SRCCLIENT:.c=.h} ${SRC} ${SRC:.c=.h} \ awesome-${VERSION} || true @cp -R ${LAYOUTS} ${LAYOUTS:.c=.h} awesome-${VERSION}/layouts - @cp -R ${WIDGETS} ${WIDGETS:.c=.h} awesome-${VERSION}/layouts + @cp -R ${WIDGETS} awesome-${VERSION}/widgets + @cp -R icons/layouts/* awesome-${VERSION}/icons/layouts @tar -cf awesome-${VERSION}.tar awesome-${VERSION} @gzip -9 awesome-${VERSION}.tar @rm -rf awesome-${VERSION} -- 2.11.4.GIT