summaryrefslogtreecommitdiffstats
path: root/doc/engagement.1.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/engagement.1.in')
-rw-r--r--doc/engagement.1.in50
1 files changed, 50 insertions, 0 deletions
diff --git a/doc/engagement.1.in b/doc/engagement.1.in
new file mode 100644
index 0000000..10d8b65
--- /dev/null
+++ b/doc/engagement.1.in
@@ -0,0 +1,50 @@
+.TH ENGAGEMENT 1 "2016 02 04" "@PACKAGE_NAME@ @PACKAGE_VERSION@"
+
+.SH NAME
+engagement \- a demo application
+
+.SH SYNOPSIS
+.B engagement
+[-d] [-f] [-t=THEME] [-m=MINES] [-L] [-C] [-V] [-h]
+
+.SH DESCRIPTION
+
+Engagement is a demo application to show how to integrate EFL and autotools into a
+cross platform build. You should be able to generate an executable easily for all
+target supported by EFL with this engagement.
+
+With no option, the program starts and display an Hello World.
+
+
+.SH OPTIONS
+
+.TP
+.B -L, --license
+Show license.
+
+.TP
+.B -C, --copyright
+Show copyright.
+
+.TP
+.B -V, --version
+Show program version.
+
+.TP
+.B -h, --help
+Print list of options with short description.
+
+
+.SH BUGS
+
+Reports are welcome. Send them at @PACKAGE_BUGREPORT@.
+
+
+.SH HOMEPAGE
+
+http://git.schinagl.nl/engagement
+
+
+.SH AUTHORS
+
+Olliver Schinagl <oliver@schinagl.nl> and various contributors.