From 7f1cd9ea11db55e9de986a0b08132eb76143a9d1 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 20 Apr 2019 00:20:04 +0000 Subject: doc: add standards reference Incomplete at the moment, but this ought to be a handy reference for both implementers and users alike. --- Documentation/include.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Documentation/include.mk') diff --git a/Documentation/include.mk b/Documentation/include.mk index 28fa7574..02cbef30 100644 --- a/Documentation/include.mk +++ b/Documentation/include.mk @@ -81,8 +81,12 @@ txt2pre = $(PERL) -I lib ./Documentation/txt2pre <$< >$@+ && \ touch -r $< $@+ && mv $@+ $@ txt := INSTALL README COPYING TODO dtxt := design_notes.txt design_www.txt dc-dlvr-spam-flow.txt hosted.txt +dtxt += standards.txt dtxt := $(addprefix Documentation/, $(dtxt)) $(mantxt) +Documentation/standards.txt : Documentation/standards.perl + $(PERL) $< >$@+ && mv $@+ $@ + %.html: %.txt TITLE="$(basename $($@+ touch -r $< $@+ -- cgit v1.2.3-24-ge0c7