You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-07 02:42:49 +03:00
Man page fixes:
- Install created man pages when building with WITH_DOCS=ON - Set version to 3.4
This commit is contained in:
@@ -34,6 +34,9 @@ parser.add_argument('--out', type=str, metavar='outputdir', help='Output directo
|
||||
parser.add_argument('--warn', type=int, default=0, metavar='warnings', help='Show warnings (off)')
|
||||
args= parser.parse_args()
|
||||
|
||||
if not os.path.isdir(args.out):
|
||||
os.mkdir(args.out)
|
||||
|
||||
func_list= read_content(args.funcs)
|
||||
funcs= func_list.split(";")
|
||||
|
||||
|
Reference in New Issue
Block a user