aboutsummaryrefslogtreecommitdiff
path: root/scripts/update_man.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/update_man.sh')
-rwxr-xr-xscripts/update_man.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/update_man.sh b/scripts/update_man.sh
new file mode 100755
index 00000000..1a67f535
--- /dev/null
+++ b/scripts/update_man.sh
@@ -0,0 +1,7 @@
+# run from root of repo
+cd docs
+make man
+cd ..
+cp -r docs/build/man/*.1 man/man1
+git add man/man1/*.1
+git commit -m "Update man-pages from Sphinx-docs"