aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-04-01 13:25:44 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-04-01 13:25:44 +0000
commit787c9ff23805ba841f7a3192e8e686b2ec3bb3c7 (patch)
tree7870fa62c3d77064b2a1bcf67a2c894c6c67c545
parentc0cfeff609602628151f8f01a4c57bb00eb93f59 (diff)
commented out install unused install lines
svn path=/trunk/externals/earplug~/; revision=13353
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b08b6ff..5668261 100644
--- a/Makefile
+++ b/Makefile
@@ -178,9 +178,9 @@ install-doc:
$(INSTALL_FILE) $(PDOBJECTS:.pd=-help.pd) \
$(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)
# this is the only bit not really handled well...
- $(INSTALL_FILE) README $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)/README.txt
- $(INSTALL_FILE) VERSION $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)/VERSION.txt
- $(INSTALL_FILE) CHANGES $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)/CHANGES.txt
+# $(INSTALL_FILE) README $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)/README.txt
+# $(INSTALL_FILE) VERSION $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)/VERSION.txt
+# $(INSTALL_FILE) CHANGES $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)/CHANGES.txt
install-examples:
test ! -d examples || (\