summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-05-25 15:10:21 +0200
committerJochen Dolze <vdr@dolze.de>2010-05-25 15:10:21 +0200
commitb7c606a20063d600708e82ee9ad65d128dab77aa (patch)
treef4ff2c69db787048872131120290a35d42773b68 /Makefile
parent6ac4484e8b861dd781d6d5b573b315d54fa7b322 (diff)
downloadvdr-plugin-markad-b7c606a20063d600708e82ee9ad65d128dab77aa.tar.gz
vdr-plugin-markad-b7c606a20063d600708e82ee9ad65d128dab77aa.tar.bz2
Fixed some compiler warnings
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cac73da..1689906 100644
--- a/Makefile
+++ b/Makefile
@@ -24,11 +24,13 @@ dist:
@mkdir $(TMPDIR)/$(ARCHIVE)/plugin
@mkdir $(TMPDIR)/$(ARCHIVE)/plugin/po
@mkdir $(TMPDIR)/$(ARCHIVE)/command
+ @mkdir $(TMPDIR)/$(ARCHIVE)/command/po
@mkdir $(TMPDIR)/$(ARCHIVE)/command/logos
@cp -a plugin/*.cpp plugin/*.h plugin/Makefile $(TMPDIR)/$(ARCHIVE)/plugin
@cp -a plugin/po/*.po $(TMPDIR)/$(ARCHIVE)/plugin/po
@cp -a command/*.cpp command/*.h command/Makefile $(TMPDIR)/$(ARCHIVE)/command
@cp -a command/logos/*.pgm $(TMPDIR)/$(ARCHIVE)/command/logos
+ @cp -a command/po/*.po $(TMPDIR)/$(ARCHIVE)/command/po
@cp -a *.h COPYING HISTORY README INSTALL Makefile $(TMPDIR)/$(ARCHIVE)
@tar czf $(PACKAGE).tgz -C $(TMPDIR) $(ARCHIVE)
@-rm -rf $(TMPDIR)/$(ARCHIVE)