From 4144ee13fccdc244087ab300ae3f5cf6cc362575 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Thu, 29 Nov 2007 18:34:17 +0100 Subject: [PATCH] include manpage in dist tarball --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e84e4b66c..5ece1542d 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ dist: clean @mkdir awesome-${VERSION} @mkdir awesome-${VERSION}/layouts @cp -fR STYLE LICENSE AUTHORS Makefile README awesomerc config.mk \ - awesome.1 ${SRCCLIENT} ${SRCCLIENT:.c=.h} ${SRC} ${SRC:.c=.h} \ + awesome.1 awesome.1.txt ${SRCCLIENT} ${SRCCLIENT:.c=.h} ${SRC} ${SRC:.c=.h} \ common.h awesome-${VERSION} || true @cp -R ${LAYOUTS} ${LAYOUTS:.c=.h} awesome-${VERSION}/layouts @tar -cf awesome-${VERSION}.tar awesome-${VERSION}