From 52762ddc300db09aee3ad975a0efb6942343e779 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 20 Aug 2016 00:25:16 +0000 Subject: avoid spaces after shell redirection operators This makes us closer to git.git style (though I'm not quite sure why we do this...) --- Documentation/include.mk | 4 ++-- Documentation/public-inbox-mda.pod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'Documentation') diff --git a/Documentation/include.mk b/Documentation/include.mk index 396a2585..bd9df8c0 100644 --- a/Documentation/include.mk +++ b/Documentation/include.mk @@ -52,7 +52,7 @@ all :: $(mantxt) Documentation/%.txt : Documentation/%.pod $(pod2text) $< $@+ && mv $@+ $@ -txt2pre = ./Documentation/txt2pre < $< > $@+ && touch -r $< $@+ && mv $@+ $@ +txt2pre = ./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) @@ -67,7 +67,7 @@ html: $(docs_html) gz_docs := $(addsuffix .gz, $(docs) $(docs_html)) rsync_docs := $(gz_docs) $(docs) $(txt) $(docs_html) %.gz: % - gzip -9 --rsyncable < $< > $@+ + gzip -9 --rsyncable <$< >$@+ touch -r $< $@+ mv $@+ $@ diff --git a/Documentation/public-inbox-mda.pod b/Documentation/public-inbox-mda.pod index 62f87d6a..18fcdd08 100644 --- a/Documentation/public-inbox-mda.pod +++ b/Documentation/public-inbox-mda.pod @@ -4,7 +4,7 @@ public-inbox-mda - mail delivery for public-inbox =head1 SYNOPSIS -B E message +B EMESSAGE =head1 DESCRIPTION -- cgit v1.2.3-24-ge0c7