From 5fe5f90e49fd791ce3f813ede7d8e82b0b6d9216 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Wed, 19 Sep 2007 17:30:25 +0200 Subject: [PATCH] add awesomerc in dist --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ae3b0c9c2..352ab82f5 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ dist: clean @echo creating dist tarball @mkdir awesome-${VERSION} @mkdir awesome-${VERSION}/layouts - @cp -R LICENSE AUTHORS Makefile README config.mk \ + @cp -R LICENSE AUTHORS Makefile README awesomerc config.mk \ awesome.1 ${SRC} ${SRC:.c=.h} awesome-${VERSION} @cp -R ${LAYOUTS} ${LAYOUTS:.c=.h} awesome-${VERSION}/layouts @tar -cf awesome-${VERSION}.tar awesome-${VERSION}