From: Eric Wong Date: Sun, 5 Oct 2014 22:49:06 +0000 (+0000) Subject: doc: add TODO to the website X-Git-Tag: v1.0.0~1104 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=cd787f8a2d2e4876c0cad006a39efcc3ac293e2b doc: add TODO to the website --- diff --git a/Documentation/include.mk b/Documentation/include.mk index d62128f2..c852ce1c 100644 --- a/Documentation/include.mk +++ b/Documentation/include.mk @@ -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