From e319463ff2cf56afce9e8f53b32e56e11b77a6b2 Mon Sep 17 00:00:00 2001
From: Sojourner Truth <jon.w.wilkes@gmail.com>
Date: Fri, 1 Jul 2016 19:57:59 -0400
Subject: [PATCH] install (rsync) nw directory as part of makefile.mingw, don't
 install pd.tk

---
 pd/src/makefile.mingw | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pd/src/makefile.mingw b/pd/src/makefile.mingw
index cfe744525..b47949de4 100755
--- a/pd/src/makefile.mingw
+++ b/pd/src/makefile.mingw
@@ -258,7 +258,8 @@ ABOUT_FILE=$(pddocdir)/1.manual/1.introduction.txt
 install:  all
 # the real install
 	install -d $(DESTDIR)$(bindir)
-	install -p pd.tk $(DESTDIR)$(bindir)/pd.tk
+# rsync the nw directory, which includes the nw binary itself
+	rsync -ax --exclude=.git --exclude=.svn ../nw $(DESTDIR)$(bindir)
 	install -p $(PDEXEC) $(DESTDIR)$(bindir)/$(PDEXEC)
 	install -p pd.com $(DESTDIR)$(bindir)/pd.com
 	install -p pd.dll $(DESTDIR)$(bindir)/pd.dll
-- 
GitLab