[tor-commits] [user-manual/master] Bug 20739: Temporarily maintain a windows/en-US copy

colin at torproject.org colin at torproject.org
Wed Jan 18 06:04:26 UTC 2017


commit 6aba4583f969c141339084b1513f5e6d57532d1b
Author: Arthur Edelstein <arthuredelstein at gmail.com>
Date:   Wed Jan 18 00:01:54 2017 -0500

    Bug 20739: Temporarily maintain a windows/en-US copy
---
 Makefile.am | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 267ee64..0918e01 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,7 +24,9 @@ html: all media-symlinks.stamp
 			for ttf in $$lc/media/*.ttf; do \
 				cp --preserve=timestamps $$ttf html/$$lc/media; \
 			done; \
-		done
+		done; \
+	mkdir html/windows/
+	cp -R html/en-US html/windows/en-US
 
 .PHONY: pdf
 pdf: all media-symlinks.stamp



More information about the tor-commits mailing list