summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTobias Grimm <tobias@e-tobi.loc>2008-12-13 10:41:29 +0100
committerTobias Grimm <tobias@e-tobi.loc>2008-12-13 10:41:29 +0100
commitf2a84e51aa977e0287a6115bfd27fd37f7f18c6f (patch)
treef06dfe83f416e59e6789f211b78c9e92df2851bb /Makefile
parentd4d170b1fefd4b54137a3d37e0a090cae6558d51 (diff)
downloadvdr-plugin-ttxtsubs-0.0.2.tar.gz
vdr-plugin-ttxtsubs-0.0.2.tar.bz2
- Bug fix: Could miss to display subtitles on channels with "Parallel Magazine"v0.0.2
transmission. Thanks to Antti Lammi!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9f9c5fa..c78186c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile,v 1.16 2003/03/07 03:01:17 ragge Exp $
+# $Id: Makefile,v 1.17 2003/05/02 04:11:20 ragge Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -96,7 +96,8 @@ bup: clean patch
clean:
@-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~
-ci: patch
+#ci: patch
+ci:
ci -u $(SOURCEFILES)
patch: