Description: Add man pages for several binaries.
Author: Tim Retout <tim@retout.co.uk>
Bug-Debian: http://bugs.debian.org/191631

--- /dev/null
+++ b/doc/gmdb2.txt
@@ -0,0 +1,11 @@
+NAME
+  gmdb2 - GNOME UI for MDB Tools
+
+SYNOPSIS
+  gmdb2 [<database>]
+
+DESCRIPTION
+  gmdb2 is a GNOME UI for MDB Tools.
+
+AUTHORS
+  The gmdb2 utility was written by Brian Bruns
--- /dev/null
+++ b/doc/mdb-array.txt
@@ -0,0 +1,14 @@
+NAME
+  mdb-array - Export data in an MDB database table to a C array.
+
+SYNOPSIS
+  mdb-array <database> <table>
+
+DESCRIPTION
+  mdb-array is a utility program distributed with MDB Tools.
+
+  mdb-array prints a C source code file to stdout, containing an array
+  representing the data of the specified table.
+
+AUTHORS
+  The mdb-array utility was written by Brian Bruns
--- /dev/null
+++ b/doc/mdb-header.txt
@@ -0,0 +1,16 @@
+NAME
+  mdb-header - Write header file from an MDB database
+
+SYNOPSIS
+  mdb-header [<database>]
+
+DESCRIPTION
+  mdb-header is a utility program distributed with MDB Tools.
+
+  It will dump the names and types of the tables and columns in
+  an MDB database in a C header format.
+
+  It will create three files - types.h and dumptypes.[ch]
+
+AUTHORS
+  The mdb-header utility was written by Brian Bruns
--- /dev/null
+++ b/doc/mdb-hexdump.txt
@@ -0,0 +1,13 @@
+NAME
+  mdb-hexdump - Hexdump utility from MDB Tools
+
+SYNOPSIS
+  mdb-hexdump <file> [<page number>]
+
+DESCRIPTION
+  mdb-hexdump is a utility program distributed with MDB Tools.
+
+  mdb-hexdump makes a hex dump of a binary file (such as an mdb file).
+
+AUTHORS
+  The mdb-hexdump utility was written by Brian Bruns
--- /dev/null
+++ b/doc/mdb-parsecsv.txt
@@ -0,0 +1,21 @@
+NAME
+  mdb-parsecsv - Convert CSV table dump into C file.
+
+SYNOPSIS
+  mdb-parsecsv <file>
+
+DESCRIPTION
+  mdb-parsecsv is a utility program distributed with MDB Tools.
+
+  mdb-parsecsv takes a CSV file representing a database table, and converts
+  it into a C array.
+
+NOTES
+  If the first argument does not exist as a file, mdb-parsecsv will look for
+  the same filename with '.txt' appended.
+
+  The file extension is stripped, and the output written to the base name
+  plus a '.c' extension.
+
+AUTHORS
+  The mdb-parsecsv utility was written by Brian Bruns
--- /dev/null
+++ b/doc/mdb-prop.txt
@@ -0,0 +1,13 @@
+NAME
+  mdb-prop - Get properties list from MDB database
+
+SYNOPSIS
+  mdb-prop <database> <name> [<prop col>]
+
+DESCRIPTION
+  mdb-prop is a utility program distributed with MDB Tools.
+
+  Print a properties list from an MDB database.
+
+AUTHORS
+  The mdb-prop utility was written by Brian Bruns
