about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-08-20 00:25:16 +0000
committerEric Wong <e@80x24.org>2016-08-21 09:26:47 +0000
commit52762ddc300db09aee3ad975a0efb6942343e779 (patch)
tree34a1da13ce9f67d10432a36af438afb6d286b314 /Documentation
parent303356a9125ab33e68604bae49be548575b40a84 (diff)
downloadpublic-inbox-52762ddc300db09aee3ad975a0efb6942343e779.tar.gz
This makes us closer to git.git style (though I'm not quite sure
why we do this...)
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/include.mk4
-rw-r--r--Documentation/public-inbox-mda.pod2
2 files changed, 3 insertions, 3 deletions
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<public-inbox-mda> E<lt> message
+B<public-inbox-mda> E<lt>MESSAGE
 
 =head1 DESCRIPTION