aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-08-17 09:34:57 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-08-17 09:34:57 +0000
commita716404895da793c5bfb88f43d2534cb7def27e5 (patch)
tree284f603bb6bffe29e7a03536254a8c0d567c1722
parent35d35742c9dcca0eecf04103d31c4adbb1ff0ea1 (diff)
meta file and don't include all pd patches when installing
svn path=/trunk/externals/hardware/wiimote/; revision=13818
-rw-r--r--Makefile4
-rw-r--r--wiimote-meta.pd6
2 files changed, 8 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2b04372..c01c976 100644
--- a/Makefile
+++ b/Makefile
@@ -102,8 +102,8 @@ single_install: $(LIBRARY_NAME) install-doc install-exec
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 $(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
diff --git a/wiimote-meta.pd b/wiimote-meta.pd
new file mode 100644
index 0000000..24872d2
--- /dev/null
+++ b/wiimote-meta.pd
@@ -0,0 +1,6 @@
+#N canvas 15 49 200 200 10;
+#N canvas 25 49 420 300 META 1;
+#X text 13 41 NAME wiimote;
+#X text 10 25 AUTHOR Mike Wozniewski + Florian Krebs + IOhannes m zmoelnig;
+#X text 10 10 VERSION 0.3;
+#X restore 10 10 pd META;