add awesomerc in dist
This commit is contained in:
parent
ce367ebfba
commit
5fe5f90e49
2
Makefile
2
Makefile
|
@ -34,7 +34,7 @@ dist: clean
|
||||||
@echo creating dist tarball
|
@echo creating dist tarball
|
||||||
@mkdir awesome-${VERSION}
|
@mkdir awesome-${VERSION}
|
||||||
@mkdir awesome-${VERSION}/layouts
|
@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}
|
awesome.1 ${SRC} ${SRC:.c=.h} awesome-${VERSION}
|
||||||
@cp -R ${LAYOUTS} ${LAYOUTS:.c=.h} awesome-${VERSION}/layouts
|
@cp -R ${LAYOUTS} ${LAYOUTS:.c=.h} awesome-${VERSION}/layouts
|
||||||
@tar -cf awesome-${VERSION}.tar awesome-${VERSION}
|
@tar -cf awesome-${VERSION}.tar awesome-${VERSION}
|
||||||
|
|
Loading…
Reference in New Issue