From 1f8e052df29b93a74c2f82f4f65d6a76db25aae6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 25 Jan 2010 14:40:08 +0000 Subject: install reference files side-by-side with the object files svn path=/trunk/externals/mrpeach/; revision=13088 --- osc/Makefile | 3 +-- 1 file changed, 1 insertion(+), 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} -- cgit v1.2.1