[tor-commits] [flashproxy/master] Install txt man pages in win32 dist.
dcf at torproject.org
dcf at torproject.org
Mon Dec 3 00:57:51 UTC 2012
commit 6549112eba8cb7de09e2b8e642d3569469145a5b
Author: David Fifield <david at bamsoftware.com>
Date: Sat Dec 1 21:33:46 2012 -0800
Install txt man pages in win32 dist.
---
Makefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
index 9168b9e..f154eaa 100644
--- a/Makefile
+++ b/Makefile
@@ -57,6 +57,7 @@ sign: dist/$(DISTNAME).zip
# See doc/windows-deployment-howto.txt.
DISTNAME_WIN32 = $(DISTNAME)-win32
DISTDIR_WIN32 = $(DISTDIR)-win32
+dist-exe: CLIENT_MAN := $(addsuffix .txt,$(CLIENT_MAN))
dist-exe: $(CLIENT_BIN) flashproxy-client.spec
rm -rf dist
mkdir -p $(DISTDIR_WIN32)
More information about the tor-commits
mailing list