From dfb1ed795ba2890b710b3faee82db9ccdf888e17 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 31 Aug 2016 19:25:15 +0000 Subject: txt2pre: use public-inbox internal APIs Since this is bundled with the source, we might as well use internal APIs to avoid having duplicate code (and bugs :P) --- Documentation/include.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Documentation/include.mk') diff --git a/Documentation/include.mk b/Documentation/include.mk index 5d730285..51a914b3 100644 --- a/Documentation/include.mk +++ b/Documentation/include.mk @@ -52,7 +52,8 @@ all :: $(mantxt) Documentation/%.txt : Documentation/%.pod $(podtext) $< $@+ && mv $@+ $@ -txt2pre = ./Documentation/txt2pre <$< >$@+ && touch -r $< $@+ && mv $@+ $@ +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 dtxt := $(addprefix Documentation/, $(dtxt)) $(mantxt) -- cgit v1.2.3-24-ge0c7