remove common.h

This commit is contained in:
Julien Danjou 2008-01-01 17:38:27 +01:00
parent f467fed598
commit 9255946d9f
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ dist: clean
@mkdir awesome-${VERSION}/widgets
@cp -fR STYLE LICENSE AUTHORS Makefile README awesomerc config.mk \
awesome-client.1.txt awesome.1.txt awesomerc.1.txt ${SRCCLIENT} ${SRCCLIENT:.c=.h} ${SRC} ${SRC:.c=.h} \
common.h awesome-${VERSION} || true
awesome-${VERSION} || true
@cp -R ${LAYOUTS} ${LAYOUTS:.c=.h} awesome-${VERSION}/layouts
@cp -R ${WIDGETS} ${WIDGETS:.c=.h} awesome-${VERSION}/layouts
@tar -cf awesome-${VERSION}.tar awesome-${VERSION}