summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2005-01-05 19:33:27 +0000
committerlordjaxom <lordjaxom>2005-01-05 19:33:27 +0000
commit8c4b62a2432908a488d2e8a37370b1a9ae24089b (patch)
tree10fc0d2726b4130f0f6251f4bda08678d05fd90c /Makefile
parent43f57cb99f43a91285ef5df6bd36b3bda5dd719a (diff)
downloadvdr-plugin-text2skin-8c4b62a2432908a488d2e8a37370b1a9ae24089b.tar.gz
vdr-plugin-text2skin-8c4b62a2432908a488d2e8a37370b1a9ae24089b.tar.bz2
- removed old documentation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 0bc7290..96aab1c 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ HAVE_FREETYPE=1
# DO NOT EDIT BELOW THIS LINE UNLESS YOU KNOW WHAT YOU'RE DOING
# -------------------------------------------------------------
#
-# $Id: Makefile,v 1.2 2004/12/28 01:24:35 lordjaxom Exp $
+# $Id: Makefile,v 1.3 2005/01/05 19:33:27 lordjaxom Exp $
#
# The official name of this plugin.
@@ -114,16 +114,10 @@ $(DEPFILE): Makefile
all: libvdr-$(PLUGIN).so
-libvdr-$(PLUGIN).so: $(OBJS) SKINS SKINS.de
+libvdr-$(PLUGIN).so: $(OBJS)
$(CXX) $(CXXFLAGS) -shared $(OBJS) $(LIBS) -o $@
@cp $@ $(LIBDIR)/$@.$(VDRVERSION)
-SKINS: contrib/items.doc
- @contrib/list_items.pl >$@
-
-SKINS.de: contrib/items.doc
- @contrib/list_items.pl de >$@
-
dist: clean
@-rm -rf $(TMPDIR)/$(ARCHIVE)
@mkdir $(TMPDIR)/$(ARCHIVE)