remove old TODO and BUGS entries
the bug in the dwm man page is an (ancient) Java issue. Thanks David and quinq for the patches and feedback!
This commit is contained in:
parent
3bd8466e93
commit
10dfa65860
4 changed files with 4 additions and 58 deletions
2
Makefile
2
Makefile
|
@ -35,7 +35,7 @@ clean:
|
|||
dist: clean
|
||||
@echo creating dist tarball
|
||||
@mkdir -p dwm-${VERSION}
|
||||
@cp -R LICENSE TODO BUGS Makefile README config.def.h config.mk \
|
||||
@cp -R LICENSE Makefile README config.def.h config.mk \
|
||||
dwm.1 drw.h util.h ${SRC} dwm.png transient.c dwm-${VERSION}
|
||||
@tar -cf dwm-${VERSION}.tar dwm-${VERSION}
|
||||
@gzip dwm-${VERSION}.tar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue