diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2010-01-25 14:40:08 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2010-01-25 14:40:08 +0000 |
commit | 1f8e052df29b93a74c2f82f4f65d6a76db25aae6 (patch) | |
tree | 1d9bbe35f8191bcef5cd1406ec845e91f86b46c7 /osc | |
parent | 913472d33d7f68d442ef741a8b3938f80b43d13c (diff) |
install reference files side-by-side with the object files
svn path=/trunk/externals/mrpeach/; revision=13088
Diffstat (limited to 'osc')
-rw-r--r-- | osc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/osc/Makefile b/osc/Makefile index 3f987f5..7185359 100644 --- a/osc/Makefile +++ b/osc/Makefile @@ -5,7 +5,6 @@ #change these to your liking prefix = /usr/local/ libdir = $(DESTDIR)/$(prefix)/lib/pd/extra/ -docdir = $(DESTDIR)/$(prefix)/lib/pd/doc/5.reference/ INCLUDES += -I/usr/local/include/ CFLAGS += ${INCLUDES} -shared @@ -30,7 +29,7 @@ configure: #install the libraries and documentation install: ${TARGETS} ${INSTALL} -t ${libdir} ${TARGETS} - ${INSTALL} -t ${docdir} *.pd + ${INSTALL} -t ${libdir} *.pd clean: rm -f ${TARGETS} |