Makefile: package config.def.h on make dist
This commit is contained in:
parent
cc99007809
commit
c9e4e152e6
5
Makefile
5
Makefile
@ -39,8 +39,9 @@ clean:
|
|||||||
dist: clean
|
dist: clean
|
||||||
@echo creating dist tarball
|
@echo creating dist tarball
|
||||||
@mkdir -p dmenu-${VERSION}
|
@mkdir -p dmenu-${VERSION}
|
||||||
@cp LICENSE Makefile README arg.h config.mk dmenu.1 drw.h util.h \
|
@cp LICENSE Makefile README arg.h config.def.h config.mk dmenu.1 \
|
||||||
dmenu_path dmenu_run stest.1 ${SRC} dmenu-${VERSION}
|
drw.h util.h dmenu_path dmenu_run stest.1 ${SRC} \
|
||||||
|
dmenu-${VERSION}
|
||||||
@tar -cf dmenu-${VERSION}.tar dmenu-${VERSION}
|
@tar -cf dmenu-${VERSION}.tar dmenu-${VERSION}
|
||||||
@gzip dmenu-${VERSION}.tar
|
@gzip dmenu-${VERSION}.tar
|
||||||
@rm -rf dmenu-${VERSION}
|
@rm -rf dmenu-${VERSION}
|
||||||
|
Loading…
Reference in New Issue
Block a user