]> Sergey Matveev's repositories - public-inbox.git/commitdiff
doc: add TODO.html to public website
authorEric Wong <e@80x24.org>
Mon, 4 Jan 2016 01:05:58 +0000 (01:05 +0000)
committerEric Wong <e@80x24.org>
Mon, 4 Jan 2016 01:05:58 +0000 (01:05 +0000)
HTML has one major advantage over plain text: <a href=...> links
That's about it.

Documentation/include.mk

index 43336c210dca72bba839f9710458ebc0c62668de..694416ef6658f23dd8e44f2316318854504eae77 100644 (file)
@@ -40,7 +40,7 @@ install-man: man
        $(pandoc) -s -t man < $< > $@+ && mv $@+ $@
 
 txt2pre = ./Documentation/txt2pre < $< > $@+ && touch -r $< $@+ && mv $@+ $@
-txt := INSTALL README COPYING
+txt := INSTALL README COPYING TODO
 dtxt :=  design_notes.txt design_www.txt dc-dlvr-spam-flow.txt
 dtxt := $(addprefix Documentation/, $(dtxt))