From 85904ae23d301839c67af479fd66ee0fe4d6c5cd Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Fri, 2 Sep 2005 13:39:53 +0200 Subject: Introduced a separate 'plugins-install' target in the Makefile --- Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 28569b6e..62d8d166 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # See the main source file 'vdr.c' for copyright information and # how to reach the author. # -# $Id: Makefile 1.77 2005/08/14 11:42:20 kls Exp $ +# $Id: Makefile 1.78 2005/09/02 13:37:51 kls Exp $ .DELETE_ON_ERROR: @@ -185,8 +185,6 @@ plugins-clean: install: @mkdir -p $(BINDIR) @cp vdr runvdr $(BINDIR) - @mkdir -p $(BINDIR)/$(PLUGINLIBDIR) - @cp $(PLUGINLIBDIR)/* $(BINDIR)/$(PLUGINLIBDIR) @mkdir -p $(MANDIR)/man1 @mkdir -p $(MANDIR)/man5 @gzip -c vdr.1 > $(MANDIR)/man1/vdr.1.gz @@ -196,6 +194,10 @@ install: cp *.conf $(VIDEODIR);\ fi +plugins-install: + @mkdir -p $(BINDIR)/$(PLUGINLIBDIR) + @cp $(PLUGINLIBDIR)/* $(BINDIR)/$(PLUGINLIBDIR) + # Source documentation: srcdoc: -- cgit v1.2.3