summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Neumann <fnu@yavdr.org>2017-06-06 14:01:35 +0200
committerFrank Neumann <fnu@yavdr.org>2017-06-06 14:09:03 +0200
commit5257020bbe838c992fc54e50c0c55801bae7f050 (patch)
treea76b16f1f0f80931b991d4873f3a46b0f76d2082
parente5253cfbb276c84a2acf93846688e7e66ce68309 (diff)
downloadvdr-plugin-text2skin-5257020bbe838c992fc54e50c0c55801bae7f050.tar.gz
vdr-plugin-text2skin-5257020bbe838c992fc54e50c0c55801bae7f050.tar.bz2
drop Q macro, if needed "Q=@" should preferably given within package build.
-rw-r--r--Docs/Reference.txt2
-rw-r--r--Makefile9
2 files changed, 1 insertions, 10 deletions
diff --git a/Docs/Reference.txt b/Docs/Reference.txt
index 6a107e0..9d1a7e6 100644
--- a/Docs/Reference.txt
+++ b/Docs/Reference.txt
@@ -3,7 +3,7 @@ REFERENCE text2skin-skins
Thomas Wehrspann
17.12.2004
-Last update 03.09.2009
+Last update 23.05.2017
This is a short reference of the XML based skin format of the
text2skin-plugin.
diff --git a/Makefile b/Makefile
index 222218c..d27c1c1 100644
--- a/Makefile
+++ b/Makefile
@@ -45,15 +45,6 @@ TMPDIR = /tmp
-include $(VDRDIR)/Make.config
-# Output control
-
-ifdef VERBOSE
-Q =
-else
-Q = @
-endif
-export Q
-
### The version number of VDR's plugin API (taken from VDR's "config.h"):
APIVERSION = $(shell sed -ne '/define APIVERSION/s/^.*"\(.*\)".*$$/\1/p' \