commit 42d9db13f52b16d17e35bc31cb9fe50e85cb94a1 Author: David Fifield david@bamsoftware.com Date: Sat Dec 1 21:28:40 2012 -0800
Comment dist-exe with a pointer to deployment howto. --- Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile index 96b8a8d..c6996b2 100644 --- a/Makefile +++ b/Makefile @@ -54,6 +54,7 @@ sign: dist/$(DISTNAME).zip cd dist && gpg --sign --detach-sign --armor $(DISTNAME).zip cd dist && gpg --verify $(DISTNAME).zip.asc $(DISTNAME).zip
+# See doc/windows-deployment-howto.txt. DISTNAME_WIN32 = $(DISTNAME)-win32 DISTDIR_WIN32 = $(DISTDIR)-win32 dist-exe: $(CLIENT_BIN) flashproxy-client.spec
tor-commits@lists.torproject.org