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:
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
|
||||
|
Reference in New Issue
Block a user