summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2011-11-30 14:31:34 +0100
committerJochen Dolze <vdr@dolze.de>2011-11-30 14:31:34 +0100
commit5ad8db6cf4425ba81cb84bbc29c408c5f5e84c14 (patch)
treecf742a23009c435c43e7977dcb0dfbb4a12a9aa4 /Makefile
parenta6acfd6f9ad4227008667ff269bfa7ce2185f28b (diff)
downloadvdr-plugin-xmltv2vdr-5ad8db6cf4425ba81cb84bbc29c408c5f5e84c14.tar.gz
vdr-plugin-xmltv2vdr-5ad8db6cf4425ba81cb84bbc29c408c5f5e84c14.tar.bz2
Added epgdata2xmltv.xls to dist package
Compare only length of eplist shorttext
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 63a45ec..6befb58 100644
--- a/Makefile
+++ b/Makefile
@@ -116,7 +116,7 @@ dist: clean
@mkdir $(TMPDIR)/$(ARCHIVE)
@cp -a *.cpp *.h HISTORY COPYING Makefile README po $(TMPDIR)/$(ARCHIVE)
@mkdir -p $(TMPDIR)/$(ARCHIVE)/dist/epgdata2xmltv
- @cp -a dist/epgdata2xmltv/*.cpp dist/epgdata2xmltv/*.h dist/epgdata2xmltv/Makefile dist/epgdata2xmltv/INSTALL dist/epgdata2xmltv/COPYING dist/epgdata2xmltv/epgdata2xmltv.dist $(TMPDIR)/$(ARCHIVE)/dist/epgdata2xmltv
+ @cp -a dist/epgdata2xmltv/*.cpp dist/epgdata2xmltv/*.h dist/epgdata2xmltv/Makefile dist/epgdata2xmltv/INSTALL dist/epgdata2xmltv/COPYING dist/epgdata2xmltv/epgdata2xmltv.dist dist/epgdata2xmltv/epgdata2xmltv.xsl $(TMPDIR)/$(ARCHIVE)/dist/epgdata2xmltv
@tar czf $(PACKAGE).tgz -C $(TMPDIR) --exclude debian --exclude CVS --exclude .svn $(ARCHIVE)
@-rm -rf $(TMPDIR)/$(ARCHIVE)
@echo Distribution package created as $(PACKAGE).tgz