Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
xestiaab.1: Added manual page
authorSteve Brokenshire <sbrokenshire@xestia.co.uk>
Sat, 14 Jan 2017 09:16:46 +0000 (09:16 +0000)
committerSteve Brokenshire <sbrokenshire@xestia.co.uk>
Sat, 14 Jan 2017 09:16:46 +0000 (09:16 +0000)
This manual page is copied when 'make install' is run and deleted when
'make uninstall' is run.

source/Makefile.in
source/configure
source/configure.ac
source/xestiaab.1 [new file with mode: 0644]

index 32d0e76..561b126 100644 (file)
@@ -136,9 +136,11 @@ bitmaphelper: bitmaphelperobjs
 \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
index 7694d1b..77cf48c 100755 (executable)
@@ -658,6 +658,7 @@ WX_CONFIG_PATH
 EGREP
 GREP
 CXXCPP
+DATAROOTDIR
 BINDIR
 PREFIX
 CPP
@@ -3558,6 +3559,12 @@ fi
 BINDIR=`eval echo $bindir`
 
 
+if test "x$datarootdir" = "xNONE" ; then
+       datarootdir="/share"
+fi
+DATAROOTDIR=`eval echo $datarootdir`
+
+
 # Checks for libraries.
 
 # wxWidgets
index 3b75ca2..a3f6856 100644 (file)
@@ -32,6 +32,12 @@ fi
 BINDIR=`eval echo $bindir`
 AC_SUBST([BINDIR])
 
+if test "x$datarootdir" = "xNONE" ; then
+       datarootdir="/share"
+fi
+DATAROOTDIR=`eval echo $datarootdir`
+AC_SUBST([DATAROOTDIR])
+
 # Checks for libraries.
 
 # wxWidgets
diff --git a/source/xestiaab.1 b/source/xestiaab.1
new file mode 100644 (file)
index 0000000..348a4b3
--- /dev/null
@@ -0,0 +1,74 @@
+.\" 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/)
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy