diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-02-01 10:10:10 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-02-01 10:10:10 +0000 |
commit | de81bf8dd5d70f4184412a5c7c2aacd82348d7ea (patch) | |
tree | b3c46f563bf65601897e8cb1a0270b9b74f6f1e2 | |
parent | 996a3f46f0998219eaf0cd68a744ebc90cfc6dd8 (diff) |
Remove TODO, which is now empty - use bugzilla instead
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | TODO | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a410650..2f8fbe4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -77,7 +77,7 @@ TXT_RSTDOCS = \ RSTDOCS = \ README \ NEWS \ - TODO + $(NULL) dist_doc_DATA = $(TXT_RSTDOCS) $(RSTDOCS) maintainer-upload: |