commit d2c1f1eb3669b7ad33fcb4cd173a75c2060fdae1 Author: Colin Childs colin@torproject.org Date: Thu Jan 19 14:00:25 2017 -0600
No longer maintain a windows/en-US copy --- Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/Makefile.am b/Makefile.am index 0918e01..267ee64 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,9 +24,7 @@ html: all media-symlinks.stamp for ttf in $$lc/media/*.ttf; do \ cp --preserve=timestamps $$ttf html/$$lc/media; \ done; \ - done; \ - mkdir html/windows/ - cp -R html/en-US html/windows/en-US + done
.PHONY: pdf pdf: all media-symlinks.stamp
tor-commits@lists.torproject.org