diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2018-05-12 19:14:19 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2018-05-12 19:14:19 +0200 |
commit | 10dfa65860d770cbce2cdaf67618f44f726a27c3 (patch) | |
tree | 4784f5ec39b0b6478e92520025c42f10ccdbf5f8 /Makefile | |
parent | 3bd8466e93b2c81be86e67c6ecdda4e1d240fe4b (diff) | |
download | dwm-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-- | Makefile | 2 |
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 |