From 82d8e7e0e2b73f2b11e7e748b4bc7d6df2575a90 Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Thu, 10 Mar 2016 00:45:01 -0500
Subject: [PATCH] remove references to some tcl files that were removed

---
 pd/src/makefile.mingw | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/pd/src/makefile.mingw b/pd/src/makefile.mingw
index 581312ec9..02318b3f2 100755
--- a/pd/src/makefile.mingw
+++ b/pd/src/makefile.mingw
@@ -248,8 +248,6 @@ testbin: $(PDEXEC) $(PDDLL) pd.com
 	echo "Copying files to $(BIN_DIR)"
 	install -d $(BIN_DIR)
 	install -p pd.tk $(BIN_DIR)
-	install -p helpbrowser.tcl $(BIN_DIR)
-	install -p pkgIndex.tcl $(BIN_DIR)
 	install -p $(PDDLL) $(BIN_DIR)
 	install -p pd.ico $(BIN_DIR)
 	install -p pd.com $(BIN_DIR)
@@ -260,8 +258,6 @@ install:  all
 # the real install
 	install -d $(DESTDIR)$(bindir)
 	install -p pd.tk $(DESTDIR)$(bindir)/pd.tk
-	install -p helpbrowser.tcl $(DESTDIR)$(bindir)/helpbrowser.tcl
-	install -p pkgIndex.tcl $(DESTDIR)$(bindir)/pkgIndex.tcl
 	install -p $(PDEXEC) $(DESTDIR)$(bindir)/$(PDEXEC)
 	install -p pd.com $(DESTDIR)$(bindir)/pd.com
 	install -p pd.dll $(DESTDIR)$(bindir)/pd.dll
-- 
GitLab