diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-03-30 12:59:05 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-03-30 12:59:05 -0500 |
commit | 57671253b64d9144d7f39137d654edb7555df62c (patch) | |
tree | 88901d3fb16905de74ebbd79e438a1f916ddf746 /chapter7/bison.sh | |
parent | 1e4bef0e5d4447acc7f1ed9d7ae84d388c0c78a7 (diff) |
User VERSION variable for the versioned doc directory.
Diffstat (limited to 'chapter7/bison.sh')
-rw-r--r-- | chapter7/bison.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter7/bison.sh b/chapter7/bison.sh index a2344a6..3112d1f 100644 --- a/chapter7/bison.sh +++ b/chapter7/bison.sh @@ -1,3 +1,3 @@ -./configure --prefix=/usr --docdir=/usr/share/doc/bison-3.7.5 && +./configure --prefix=/usr --docdir=/usr/share/doc/bison-"${VERSION}" && make && make -j1 install |