Added buildscript for authors.

This commit is contained in:
Michael Lazar
2016-07-28 18:32:41 -07:00
parent 03c842fcf6
commit 3d8fe457d5
3 changed files with 75 additions and 12 deletions

3
scripts/build_manpage.py Normal file → Executable file
View File

@@ -1,3 +1,5 @@
#!/usr/bin/env python
"""
Internal tool used to automatically generate an up-to-date version of the rtv
man page. Currently this script should be manually ran after each version bump.
@@ -6,6 +8,7 @@ In the future, it would be nice to have this functionality built into setup.py.
Usage:
$ python scripts/build_manpage.py
"""
import os
import sys
from datetime import datetime