1
0
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:
Georg Richter
2024-10-25 10:37:47 +02:00
parent 0a5fe7aa1e
commit 10c67ee835
130 changed files with 138 additions and 131 deletions

View File

@@ -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(";")