summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorOlliver Schinagl <oliver@schinagl.nl>2015-01-24 16:33:38 (GMT)
committerOlliver Schinagl <oliver@schinagl.nl>2015-01-24 16:33:38 (GMT)
commita6f59e16946ddd2f7d896f8cdbfb891aaedb73ef (patch)
tree12554fb464cb428eea1c70309d474bdae7d5ec17 /doc
parent08cfb908c22c0c7b5aeb788569950718939b7465 (diff)
downloadeulogium-a6f59e16946ddd2f7d896f8cdbfb891aaedb73ef.zip
eulogium-a6f59e16946ddd2f7d896f8cdbfb891aaedb73ef.tar.gz
eulogium-a6f59e16946ddd2f7d896f8cdbfb891aaedb73ef.tar.bz2
wip commit
Diffstat (limited to 'doc')
-rw-r--r--doc/eulogium.150
1 files changed, 50 insertions, 0 deletions
diff --git a/doc/eulogium.1 b/doc/eulogium.1
new file mode 100644
index 0000000..fb25823
--- /dev/null
+++ b/doc/eulogium.1
@@ -0,0 +1,50 @@
+.TH EULOGIUM 1 "01 01 1970 FIXME" "eulogium 0.0.1"
+
+.SH NAME
+eulogium \- a demo application
+
+.SH SYNOPSIS
+.B eulogium
+[-d] [-f] [-t=THEME] [-m=MINES] [-L] [-C] [-V] [-h]
+
+.SH DESCRIPTION
+
+Eulogium 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 eulogium.
+
+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 enlightenment-devel@lists.sourceforge.net.
+
+
+.SH HOMEPAGE
+
+http://enlightenment.org
+
+
+.SH AUTHORS
+
+oliver <o.schinagl@ultimaker.com> and various contributors.