diff options
author | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-01-03 16:14:31 +0000 |
---|---|---|
committer | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-01-03 16:14:31 +0000 |
commit | 96504760b52a7d9b31d3afceddff9e92a1b07865 (patch) | |
tree | e1cf6eb46b968ddeb32138da6f2dcbab906d9474 | |
parent | 391853ccdcf13bf817fb4ade9e6ed8f959f1ca57 (diff) | |
download | vdr-plugin-live-96504760b52a7d9b31d3afceddff9e92a1b07865.tar.gz vdr-plugin-live-96504760b52a7d9b31d3afceddff9e92a1b07865.tar.bz2 |
- removed website-code generation from dist target
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |