aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2018-05-12 19:14:19 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2018-05-12 19:14:19 +0200
commit10dfa65860d770cbce2cdaf67618f44f726a27c3 (patch)
tree4784f5ec39b0b6478e92520025c42f10ccdbf5f8 /Makefile
parent3bd8466e93b2c81be86e67c6ecdda4e1d240fe4b (diff)
downloaddwm-10dfa65860d770cbce2cdaf67618f44f726a27c3.tar.gz
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!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1ea40b7..d7acc01 100644
--- a/Makefile
+++ b/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
remember that computers suck.