From b5ec38f15ab3c0bd820611afd0076a90036452ae Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Wed, 26 Sep 2007 11:28:16 +0200 Subject: [PATCH] add common.h to dist target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 352ab82f5..a491e2859 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ dist: clean @mkdir awesome-${VERSION} @mkdir awesome-${VERSION}/layouts @cp -R LICENSE AUTHORS Makefile README awesomerc config.mk \ - awesome.1 ${SRC} ${SRC:.c=.h} awesome-${VERSION} + awesome.1 ${SRC} ${SRC:.c=.h} common.h awesome-${VERSION} @cp -R ${LAYOUTS} ${LAYOUTS:.c=.h} awesome-${VERSION}/layouts @tar -cf awesome-${VERSION}.tar awesome-${VERSION} @gzip -9 awesome-${VERSION}.tar