diff options
Diffstat (limited to 'Makefile.since-1.7.35')
-rw-r--r-- | Makefile.since-1.7.35 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.since-1.7.35 b/Makefile.since-1.7.35 index b025e5e..70a6085 100644 --- a/Makefile.since-1.7.35 +++ b/Makefile.since-1.7.35 @@ -2,7 +2,8 @@ # Makefile for a Video Disk Recorder plugin # -PLUGIN = seduatmo +PLUGIN = seduatmo +HISTFILE = "HISTORY.h" ### The version number of this plugin (taken from the main source file): @@ -12,7 +13,7 @@ LASTHIST = $(shell grep '^20[0-3][0-9]' $(HISTFILE) | head -1) LASTCOMMENT = $(subst |,\n,$(shell sed -n '/$(LASTHIST)/,/^ *$$/p' $(HISTFILE) | tr '\n' '|')) LASTTAG = $(shell git describe --tags --abbrev=0) BRANCH = $(shell git rev-parse --abbrev-ref HEAD) -GIT_REV = $(shell git describe --always 2>/dev/null) +GIT_REV = $(shell git describe --always 2>/dev/null) ### The directory environment: |