summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/naturaldocs/run_docs.sh9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/naturaldocs/run_docs.sh b/docs/naturaldocs/run_docs.sh
index d868e54..36bd81e 100755
--- a/docs/naturaldocs/run_docs.sh
+++ b/docs/naturaldocs/run_docs.sh
@@ -15,9 +15,9 @@ usage() {
nd() {
# Figure out the name of this tool.
- if command -v naturaldocs >/dev/null ; then
+ if command -v naturaldocs ; then
return
- elif command -v NaturalDocs >/dev/null ; then
+ elif command -v NaturalDocs ; then
return
else
return 1
@@ -45,7 +45,10 @@ elif [ $# -ne 0 ] ; then
usage "unknown options: $*"
fi
-# Version number
+# Dump the tool version info for debugging.
+echo "Found '$(nd)': $($(nd) -h | head -n1)"
+
+# Library version number.
VERSION=$(cd ../../; perl config/getver.pl)
# Clear away old docs and ensure the doc dir. is present.