From 96504760b52a7d9b31d3afceddff9e92a1b07865 Mon Sep 17 00:00:00 2001 From: Sascha Volkenandt Date: Wed, 3 Jan 2007 16:14:31 +0000 Subject: - removed website-code generation from dist target --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 25d7224..62fee6a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.10 2007/01/03 16:13:24 tadi Exp $ +# $Id: Makefile,v 1.11 2007/01/03 16:14:31 lordjaxom Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -109,7 +109,7 @@ libtnt-$(PLUGIN).so: $(WEBOBJS) $(WEBSITE) $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared -o $@ $^ @cp --remove-destination $@ $(LIBDIR)/$@ -dist: clean $(WEBSITE:%.o=%.cpp) +dist: clean @-rm -rf $(TMPDIR)/$(ARCHIVE) @mkdir $(TMPDIR)/$(ARCHIVE) @cp -a * $(TMPDIR)/$(ARCHIVE) -- cgit v1.2.3