diff options
author | lordjaxom <lordjaxom> | 2005-01-05 19:33:27 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2005-01-05 19:33:27 +0000 |
commit | 8c4b62a2432908a488d2e8a37370b1a9ae24089b (patch) | |
tree | 10fc0d2726b4130f0f6251f4bda08678d05fd90c /Makefile | |
parent | 43f57cb99f43a91285ef5df6bd36b3bda5dd719a (diff) | |
download | vdr-plugin-text2skin-8c4b62a2432908a488d2e8a37370b1a9ae24089b.tar.gz vdr-plugin-text2skin-8c4b62a2432908a488d2e8a37370b1a9ae24089b.tar.bz2 |
- removed old documentation
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -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) |