From 4e9b80ece8979c6dfd79a08672fa13c4d3104fd2 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 9 Dec 2016 22:06:02 +0100 Subject: Removed SPEC variable from Makefile --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index af6bb36..61b1d18 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,5 @@ -SPEC=spec.txt SITE=_site -SPECVERSION=$(shell perl -ne 'print $$1 if /^version: *([0-9.]+)/' $(SPEC)) +SPECVERSION=$(shell perl -ne 'print $$1 if /^version: *([0-9.]+)/' spec.txt) .PHONY: spec clean -- cgit v1.2.3