recreated dwm.h
This commit is contained in:
parent
0b5c14cf59
commit
0453c1d180
3 changed files with 23 additions and 21 deletions
2
Makefile
2
Makefile
|
@ -35,7 +35,7 @@ clean:
|
|||
dist: clean
|
||||
@echo creating dist tarball
|
||||
@mkdir -p dwm-${VERSION}
|
||||
@cp -R LICENSE Makefile README config.def.h config.mk \
|
||||
@cp -R LICENSE Makefile README config.def.h config.mk dwm.h \
|
||||
dwm.1 ${SRC} dwm-${VERSION}
|
||||
@tar -cf dwm-${VERSION}.tar dwm-${VERSION}
|
||||
@gzip dwm-${VERSION}.tar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue