[tor-commits] [tor-browser-build/master] meek: include *.1.txt instead of *.1 files on Windows

boklm at torproject.org boklm at torproject.org
Thu Aug 3 14:33:51 UTC 2017


commit 9a392fd711a582e1c275c1c454deb766e07c5c6f
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Thu Aug 3 16:32:26 2017 +0200

    meek: include *.1.txt instead of *.1 files on Windows
---
 projects/meek/build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/projects/meek/build b/projects/meek/build
index 81734be..57185b3 100644
--- a/projects/meek/build
+++ b/projects/meek/build
@@ -27,7 +27,7 @@ cp -a meek-client-torbrowser[% IF c("var/windows") %].exe[% END %] $PTDIR
 [% END %]
 
 cd ..
-cp -a README doc/*.1 $DOCSDIR
+cp -a README doc/*.1[% IF c("var/windows") %].txt[% END %] $DOCSDIR
 
 cd firefox
 [% c('zip', {



More information about the tor-commits mailing list