aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-10-27 14:58:15 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-10-27 14:58:15 +0000
commit99cbc9e14d66ccb89abddf4beea925f64c53ce4d (patch)
tree8538bb6c134cc3417cfff55bfdd5e4950f0be808 /Makefile
parentf49c5866bf8deb5214fa05b281f05c6f76578613 (diff)
updated included text files, included GPLv3 license
svn path=/trunk/externals/apple/; revision=12687
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index be33ef8..6c58e24 100644
--- a/Makefile
+++ b/Makefile
@@ -123,9 +123,7 @@ install-doc:
install -d $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)
# install -m644 -p $(SOURCES:.c=-help.pd) $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)
install -m644 -p $(wildcard *.pd) $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)
- install -m644 -p README $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)/README.txt
- install -m644 -p VERSION $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)/VERSION.txt
- install -m644 -p CHANGES $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)/CHANGES.txt
+ install -m644 -p COPYING $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)/COPYING.txt
install-exec:
install -d $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)