diff options
-rw-r--r-- | Docs/Reference.txt | 2 | ||||
-rw-r--r-- | Makefile | 9 |
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. @@ -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' \ |