about summary refs log tree commit diff
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
parentupdate README: remove mentioning the old dextra repo (diff)
downloaddwm-10dfa65860d770cbce2cdaf67618f44f726a27c3.tar.gz
dwm-10dfa65860d770cbce2cdaf67618f44f726a27c3.tar.bz2
dwm-10dfa65860d770cbce2cdaf67618f44f726a27c3.zip
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