From 61f45768083d6d513e2727f4bfba18a70bda2385 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 24 Oct 2010 13:47:36 +0200 Subject: Made 'dist' target dependent on up to date *.po --- newplugin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'newplugin') diff --git a/newplugin b/newplugin index 9441ac9a..abbe8cfe 100755 --- a/newplugin +++ b/newplugin @@ -12,7 +12,7 @@ # See the main source file 'vdr.c' for copyright information and # how to reach the author. # -# $Id: newplugin 2.3 2010/10/24 13:35:02 kls Exp $ +# $Id: newplugin 2.4 2010/10/24 13:42:38 kls Exp $ $PLUGIN_NAME = $ARGV[0] || die "Usage: newplugin \n"; @@ -161,7 +161,7 @@ libvdr-\$(PLUGIN).so: \$(OBJS) \$(CXX) \$(CXXFLAGS) -shared \$(OBJS) -o \$\@ \@cp --remove-destination \$\@ \$(LIBDIR)/\$\@.\$(APIVERSION) -dist: clean +dist: \$(I18Npo) clean \@-rm -rf \$(TMPDIR)/\$(ARCHIVE) \@mkdir \$(TMPDIR)/\$(ARCHIVE) \@cp -a * \$(TMPDIR)/\$(ARCHIVE) -- cgit v1.2.3