summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2012-09-11 09:57:42 +0200
committerJochen Dolze <vdr@dolze.de>2012-09-11 09:57:42 +0200
commit47b1a73b9c5fc98dcc3a9aa11283db02f6f570ab (patch)
treec5df6e98c9a3d9ed1febc903324cbb6caa0dd147 /Makefile
parent6e39a510088e5625ad9c09654fe7d8d1ce008025 (diff)
downloadvdr-plugin-markad-47b1a73b9c5fc98dcc3a9aa11283db02f6f570ab.tar.gz
vdr-plugin-markad-47b1a73b9c5fc98dcc3a9aa11283db02f6f570ab.tar.bz2
Added manual page (from marco, resolves #975)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5cbb223..3118e11 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ dist:
@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/*.cpp command/*.h command/*.1 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)