about summary refs log tree commit homepage
path: root/Documentation/include.mk
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/include.mk
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/include.mk')
-rw-r--r--Documentation/include.mk4
1 files changed, 2 insertions, 2 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 $@+ $@