From 01a73a6911ea1ae5505c28f3fc911bf46bae83b2 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 13 Apr 2010 04:15:36 +0000 Subject: removed ancient examples from the deprecated examplesdir svn path=/trunk/; revision=13434 --- abstractions/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'abstractions') diff --git a/abstractions/Makefile b/abstractions/Makefile index c29d1f69..33755708 100644 --- a/abstractions/Makefile +++ b/abstractions/Makefile @@ -128,9 +128,9 @@ keyboardkeys_install: --description "objects for using keyboard keys for scrolling and selecting" install -p $(abstractions_src)/$(KEYBOARDKEYS_NAME)/doc/*-help.pd \ $(DESTDIR)$(objectsdir)/$(KEYBOARDKEYS_NAME) - install -d $(DESTDIR)$(examplesdir)/$(KEYBOARDKEYS_NAME) + install -d $(DESTDIR)$(objectsdir)/$(KEYBOARDKEYS_NAME)/examples install -p $(abstractions_src)/$(KEYBOARDKEYS_NAME)/keyboard_main.pd \ - $(DESTDIR)$(examplesdir)/$(KEYBOARDKEYS_NAME) + $(DESTDIR)$(objectsdir)/$(KEYBOARDKEYS_NAME)/examples #------------------------------------------------------------------------------- # list-abs @@ -524,9 +524,6 @@ pd-wavelet_install: --description "manipulation of audio in the wavelet domain" \ --license "GNU GPL v2" \ --version "" - install -d $(DESTDIR)$(examplesdir)/$(PDWAVELET_NAME) - install -p $(abstractions_src)/pd-wavelet/main.pd \ - $(DESTDIR)$(examplesdir)/$(PDWAVELET_NAME) install -d $(DESTDIR)$(readmesdir) install -p $(abstractions_src)/pd-wavelet/README.txt \ $(DESTDIR)$(readmesdir)/$(PDWAVELET_NAME).txt -- cgit v1.2.1