summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-04-24 22:48:24 -0400
committerMike Frysinger <vapier@gentoo.org>2021-04-24 22:48:24 -0400
commit27da3a23e71b4fd8cbd9c408ea189cd81680eb1c (patch)
tree7e3f6876537f8da4a106b7b00e068cec6733a650 /docs
parent93e53a7b803c06df80c2ed7f7f0c0518ef146f57 (diff)
downloadlibgd-27da3a23e71b4fd8cbd9c408ea189cd81680eb1c.tar.gz
getver: rewrite from perl to shell+awk #535
People are more familiar with shell than perl at this point. Fixes #535.
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/naturaldocs/run_docs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/naturaldocs/run_docs.sh b/docs/naturaldocs/run_docs.sh
index 347d06f..05e29d0 100755
--- a/docs/naturaldocs/run_docs.sh
+++ b/docs/naturaldocs/run_docs.sh
@@ -49,7 +49,7 @@ fi
echo "Found '$(nd)': $($(nd) -h | head -n1)"
# Library version number.
-VERSION=$(cd ../../; perl config/getver.pl)
+VERSION=$(cd ../../; config/getver.sh)
# Clear away old docs and ensure the doc dir. is present.
rm -rf html