[tor-commits] [tor-browser-build/master] projects/meek: only include *.1 files from doc directory

boklm at torproject.org boklm at torproject.org
Tue Feb 14 17:24:22 UTC 2017


commit fc068986a71b27e896c9a727754bbd09dcf64a8c
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Tue Feb 14 18:02:55 2017 +0100

    projects/meek: only include *.1 files from doc directory
---
 projects/meek/build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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





More information about the tor-commits mailing list