Skip to content
Snippets Groups Projects
Commit e319463f authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

install (rsync) nw directory as part of makefile.mingw, don't install pd.tk

parent 067b1e89
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment