summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2011-02-23 21:38:22 +0100
committerJochen Dolze <vdr@dolze.de>2011-02-23 21:38:22 +0100
commit4b0546e6215d96dbc56822433adece8a0f048195 (patch)
tree2ed9a47548193d6881aeab921cf67e9a0176a55a /Makefile
parent6dc92756409821f678037b69db697c9244d75f5c (diff)
downloadvdr-plugin-markad-0.1.0.tar.gz
vdr-plugin-markad-0.1.0.tar.bz2
Updated HISTORYv0.1.0
Updated version Added dist directory
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8ee7951..5cbb223 100644
--- a/Makefile
+++ b/Makefile
@@ -23,10 +23,12 @@ dist:
@mkdir $(TMPDIR)/$(ARCHIVE)
@mkdir $(TMPDIR)/$(ARCHIVE)/plugin
@mkdir $(TMPDIR)/$(ARCHIVE)/plugin/po
+ @mkdir $(TMPDIR)/$(ARCHIVE)/plugin/dist
@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/dist/* $(TMPDIR)/$(ARCHIVE)/plugin/dist
@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