diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2010-10-24 13:47:36 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2010-10-24 13:47:36 +0200 |
commit | 61f45768083d6d513e2727f4bfba18a70bda2385 (patch) | |
tree | 15f407cb1bc4a809d5a79ac3c12d9d69d532862d /PLUGINS/src/dvbsddevice | |
parent | dfae3196863882718ce89a2209cb2d098b83f33d (diff) | |
download | vdr-61f45768083d6d513e2727f4bfba18a70bda2385.tar.gz vdr-61f45768083d6d513e2727f4bfba18a70bda2385.tar.bz2 |
Made 'dist' target dependent on up to date *.po
Diffstat (limited to 'PLUGINS/src/dvbsddevice')
-rw-r--r-- | PLUGINS/src/dvbsddevice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PLUGINS/src/dvbsddevice/Makefile b/PLUGINS/src/dvbsddevice/Makefile index 89cd2820..f1c38acc 100644 --- a/PLUGINS/src/dvbsddevice/Makefile +++ b/PLUGINS/src/dvbsddevice/Makefile @@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile 1.3 2010/10/24 13:33:38 kls Exp $ +# $Id: Makefile 1.4 2010/10/24 13:47:36 kls Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -102,7 +102,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) |