]> Sergey Matveev's repositories - public-inbox.git/commitdiff
doc: add TODO to the website
authorEric Wong <e@80x24.org>
Sun, 5 Oct 2014 22:49:06 +0000 (22:49 +0000)
committerEric Wong <e@80x24.org>
Sun, 5 Oct 2014 22:49:06 +0000 (22:49 +0000)
Documentation/include.mk

index d62128f23e131b1c59cea6c8469be751dea6c1e8..c852ce1cd3e5cf0fd6df986367e9af8cee3a9472 100644 (file)
@@ -4,7 +4,7 @@ all::
 
 RSYNC = rsync
 RSYNC_DEST = public-inbox.org:/srv/public-inbox/
-docs := README COPYING INSTALL $(shell git ls-files 'Documentation/*.txt')
+docs := README COPYING INSTALL TODO $(shell git ls-files 'Documentation/*.txt')
 INSTALL = install
 PANDOC = pandoc
 PANDOC_OPTS = -f markdown --email-obfuscation=none