commit 9a392fd711a582e1c275c1c454deb766e07c5c6f
Author: Nicolas Vigier <bo...@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', {

_______________________________________________
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to