diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-13 04:15:36 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-13 04:15:36 +0000 |
commit | 01a73a6911ea1ae5505c28f3fc911bf46bae83b2 (patch) | |
tree | 5483aca37e5c071519c5e0d59048ec6f99bab001 /abstractions | |
parent | cc7856d67788239c019d23085e534d4baf58f0da (diff) |
removed ancient examples from the deprecated examplesdir
svn path=/trunk/; revision=13434
Diffstat (limited to 'abstractions')
-rw-r--r-- | abstractions/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
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 |