summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2022-08-15 15:56:39 -0700
committerWilliam Deegan <bill@baddogconsulting.com>2022-08-15 15:56:39 -0700
commit0a482919aa521a45abab2fb77f7474151a9f4b82 (patch)
treee83603bd148e3e55f44c21f9be20d4d758130902 /bin
parent18745cfc5e75df8028682183097202f926e22134 (diff)
downloadscons-git-0a482919aa521a45abab2fb77f7474151a9f4b82.tar.gz
Added throw_exception parameter to ValidateOptions() which allows you to select either have ValidateOptions() issue error message and exit,or throw an exception and then you can handle it your own way. per dmoody's sugguestion
Diffstat (limited to 'bin')
-rwxr-xr-xbin/update_doc_files.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/update_doc_files.sh b/bin/update_doc_files.sh
new file mode 100755
index 000000000..5e5cbe617
--- /dev/null
+++ b/bin/update_doc_files.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+python bin/docs-update-generated.py
+python bin/docs-validate.py
+python bin/docs-create-example-outputs.py