mdbx: add man-page for mdbx_chk, refine other.

Change-Id: I0c5026f0b753525ec5b21e11957c23bf570fbe0b
This commit is contained in:
Leonid Yuriev
2019-09-10 16:08:21 +03:00
parent d1d1258591
commit 7433436ec5
6 changed files with 109 additions and 10 deletions

View File

@@ -44,7 +44,7 @@ SO_SUFFIX := $(shell $(uname2sosuffix))
HEADERS := mdbx.h
LIBRARIES := libmdbx.a libmdbx.$(SO_SUFFIX)
TOOLS := mdbx_stat mdbx_copy mdbx_dump mdbx_load mdbx_chk
MANPAGES := mdbx_stat.1 mdbx_copy.1 mdbx_dump.1 mdbx_load.1
MANPAGES := mdbx_stat.1 mdbx_copy.1 mdbx_dump.1 mdbx_load.1 mdbx_chk.1
.PHONY: mdbx all install clean check coverage