From 68fcb60a1460a35500180ec05a8cf5ba5706ff17 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Sun, 4 Apr 2021 20:56:10 -0700 Subject: [PATCH] add updatedocs script --- updatedocs.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 updatedocs.sh diff --git a/updatedocs.sh b/updatedocs.sh new file mode 100755 index 00000000..64895ff8 --- /dev/null +++ b/updatedocs.sh @@ -0,0 +1,6 @@ +#!/bin/bash +# Update all documentation (README.md, Man page, Doc files) + +./readmegen.py +./mangen.py +./docgen.sh