\r
install:\r
cp $(XAB_OUT) @BINDIR@/$(XAB_OUT)\r
+ cp xestiaab.1 @DATAROOTDIR@/man/man1/xestiaab.1\r
\r
uninstall:\r
rm @BINDIR@/$(XAB_OUT)\r
+ rm @DATAROOTDIR@/man/man1/xestiaab.1\r
\r
test:\r
@echo "To build and run the unit tests, run 'make' from the tests directory."\r
--- /dev/null
+.\" Manpage for Xestia Address Book (xestiaab)
+.\" Visit https://gelforn.xestia.co.uk/addressbook to correct errors or typos.
+.TH man 1 "13 Jan 2017" "0.17" "Xestia Address Book man page"
+.SH NAME
+xestiaab - Xestia Address Book
+.SH SYNOPSIS
+xestiaab [-h] [-e <str>] [-c] [-ifmt <str>] [-ofmt <str>]
+.br
+ [-ifile <str>] [-ofile <str>] [-d <str>] [-s] [-v]
+.SH DESCRIPTION
+Xestia Address Book is a native CardDAV (RFC6352) address book client which uses vCard 4.0 (RFC6350) with search, sorting, detailed contact management and maintains compatibility with the OSX/iOS address book applications.
+.br
+
+.br
+Written in C++ using wxWidgets, cURL and SFML's audio library.
+.SH OPTIONS
+ -h, --help
+.br
+ Displays help on command line parameters.
+.br
+
+.br
+ -e, --edit=<str>
+.br
+ Edit a vCard 4.0 formatted contact.
+.br
+
+.br
+ -c, --convert
+.br
+ Convert a contact file into another format.
+.br
+
+.br
+ -ifmt:<str>
+.br
+ Input format to convert from. (used with -c)
+.br
+
+.br
+ -ofmt:<str>
+.br
+ Output format to convert to. (used with -c)
+.br
+
+.br
+ -ifile:<str>
+.br
+ Input filename to read from. (used with -c)
+.br
+
+.br
+ -ofile:<str>
+.br
+ Output filename to write to. (don't use to pipe to console). (used with -c)
+.br
+
+.br
+ -d, --display=<str>
+.br
+ Displays a contact in the contact information window using <str> as the filename.
+.br
+
+ -s
+.br
+ Displays the search window instead of starting normally.
+.br
+
+.br
+ -v, --version
+.br
+ Display version number
+.SH AUTHOR
+Xestia Software Development (http://xestia.co.uk/)