diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-04-08 03:56:49 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-04-08 03:56:49 +0000 |
commit | 07f8ae914d913b94a907b1f2afe22ce9900b4bde (patch) | |
tree | 6ab30d78e0d46a9ed10059c019185168115a312c | |
parent | d8a40faeb5a605c266387feaf37b008c0f893352 (diff) |
checked in purepd-meta.pd and stopped generating it in the Makefile so that the folder SVN is already setup as a working libdir
svn path=/trunk/; revision=10977
-rw-r--r-- | abstractions/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/abstractions/Makefile b/abstractions/Makefile index 27cf5c42..d98d846b 100644 --- a/abstractions/Makefile +++ b/abstractions/Makefile @@ -406,9 +406,6 @@ pixeltango_clean: PUREPD_NAME = purepd
purepd_install:
install -d $(objectsdir)/$(PUREPD_NAME)
- $(scripts_src)/generate-libdir-metafile.sh $(objectsdir) $(PUREPD_NAME) \
- --license "GNU GPL" \
- --description "existing objects reimplemented in Pd"
install -p $(abstractions_src)/purepd/*.pd \
$(objectsdir)/$(PUREPD_NAME)
# temp hack, to make these available to anything until they get settled into a
|