aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2020-10-28 17:32:49 -0600
committerMelody Horn <melody@boringcactus.com>2020-10-28 17:32:49 -0600
commit354f82ebc83f67e627ce5efdbf7172d210afa301 (patch)
tree693abbcbabf7b7249a70fc1c513135098e3659cc /Makefile
parentedf87f09045e8f56576b37078b4a0d220d6ddf55 (diff)
downloadspec-354f82ebc83f67e627ce5efdbf7172d210afa301.tar.gz
spec-354f82ebc83f67e627ce5efdbf7172d210afa301.zip
ensure file names are consistent
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 432029b..ebe0ed5 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
GIT = git
SPHINXBUILD = sphinx-build
SPHINXOPTS =
-SPHINXDEFVER = -D version="$$($(GIT) describe --tags --exact-match 2>/dev/null || $(GIT) log -1 --no-decorate --oneline)"
+SPHINXDEFVER = -D release="$$($(GIT) describe --tags --exact-match 2>/dev/null || $(GIT) log -1 --no-decorate --oneline)"
SPHINXFULLOPTS = $(SPHINXDEFVER) $(SPHINXOPTS)
SOURCEDIR = .
BUILDDIR = _build
@@ -29,4 +29,4 @@ clean:
rm -rf _build/*
check: pdf
- test $$($(PDFINFO) _build/rinoh/crowbarlanguage.pdf | grep Pages | awk '{ print $$2 }') -le 200
+ test $$($(PDFINFO) _build/rinoh/crowbar-spec.pdf | grep Pages | awk '{ print $$2 }') -le 200