From 8c4b62a2432908a488d2e8a37370b1a9ae24089b Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Wed, 5 Jan 2005 19:33:27 +0000 Subject: - removed old documentation --- Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'Makefile') 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) -- cgit v1.2.3