add awesomerc in dist

This commit is contained in:
Julien Danjou 2007-09-19 17:30:25 +02:00
parent ce367ebfba
commit 5fe5f90e49
1 changed files with 1 additions and 1 deletions

View File

@ -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}