Skip to content

Commit

Permalink
Removed SPEC variable from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Dec 9, 2016
1 parent fef274c commit 4e9b80e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 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

Expand Down

0 comments on commit 4e9b80e

Please sign in to comment.