summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2011-07-29 18:53:00 +0200
committerJochen Dolze <vdr@dolze.de>2011-07-29 18:53:00 +0200
commit95a84da5e1becd28517e2b71341ea994cdeae828 (patch)
tree230ab5de9a3964efea2fe78534c82207bed7ec6e /dist
parent5fa384d802844c08716d786dc2039e35a17286c7 (diff)
downloadvdr-plugin-xmltv2vdr-95a84da5e1becd28517e2b71341ea994cdeae828.tar.gz
vdr-plugin-xmltv2vdr-95a84da5e1becd28517e2b71341ea994cdeae828.tar.bz2
Added more error info when xmltv data overlaps
Added Makefile_ to build plugin with grabber
Diffstat (limited to 'dist')
-rw-r--r--dist/epgdata2xmltv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/epgdata2xmltv/Makefile b/dist/epgdata2xmltv/Makefile
index 7c63b0c..2ff7f4e 100644
--- a/dist/epgdata2xmltv/Makefile
+++ b/dist/epgdata2xmltv/Makefile
@@ -60,10 +60,10 @@ epgdata2xmltv_xsl:
sed -e "s/\"/\\\\\"/g;" epgdata2xmltv.xsl | awk '{ printf("%s",$$0); }' >> epgdata2xmltv_xsl.h
echo "\";" >> epgdata2xmltv_xsl.h
-epgdata2xmltv: $(OBJS)
+epgdata2xmltv: epgdata2xmltv_xsl $(OBJS)
$(CXX) $(CXXFLAGS) $(OBJS) $(LIBS) -o $@
-install: epgdata2xmltv_xsl epgdata2xmltv
+install: epgdata2xmltv
@cp epgdata2xmltv $(INSTALL)
$(STRIP) $(INSTALL)/epgdata2xmltv
@mkdir -p /var/lib/epgsources