docs: Fix manpage and skeleton manpage

This commit is contained in:
Andy Williams 2015-06-04 08:40:43 +01:00
parent 3f86407481
commit 1998483d06
3 changed files with 14 additions and 13 deletions

View File

@ -1,11 +1,11 @@
.TH ${EDI_NAME} 1 "01 01 1970 FIXME" "@PACKAGE_NAME@ @PACKAGE_VERSION@"
.TH ${EDI_NAME} 1 "01 01 ${Edi_Year} FIXME" "@PACKAGE_NAME@ @PACKAGE_VERSION@"
.SH NAME
${edi_name} \- a demo application
.SH SYNOPSIS
.B ${edi_name}
[-d] [-f] [-t=THEME] [-m=MINES] [-L] [-C] [-V] [-h]
[-L] [-C] [-V] [-h]
.SH DESCRIPTION

View File

@ -1,19 +1,20 @@
.TH EDI 1 "01 01 1970 FIXME" "@PACKAGE_NAME@ @PACKAGE_VERSION@"
.TH EDI 1 "04 06 2015" "@PACKAGE_NAME@ @PACKAGE_VERSION@"
.SH NAME
edi \- a demo application
edi \- the Enlightened IDE
.SH SYNOPSIS
.B edi
[-d] [-f] [-t=THEME] [-m=MINES] [-L] [-C] [-V] [-h]
[-L] [-C] [-V] [-h]
.B [project-dir]
.SH DESCRIPTION
Edi 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 edi.
Edi is an integrated development environment based on the EFL.
With no option, the program starts and display an Hello World.
With no option, the program starts and displays a project picker screen.
If you launch with a project directory parameter it will open directly to
that project.
.SH OPTIONS
@ -42,7 +43,7 @@ Reports are welcome. Send them at @PACKAGE_BUGREPORT@.
.SH HOMEPAGE
http://enlightenment.org
http://edi-ide.com
.SH AUTHORS

View File

@ -34,7 +34,7 @@ typedef struct _Edi_Panel_Slide_Effect
Eina_Bool left;
} Edi_Panel_Slide_Effect;
#define COPYRIGHT "Copyright © 2014 Andy Williams <andy@andyilliams.me> and various contributors (see AUTHORS)."
#define COPYRIGHT "Copyright © 2014-2015 Andy Williams <andy@andyilliams.me> and various contributors (see AUTHORS)."
static Evas_Object *_edi_toolbar, *_edi_leftpanes, *_edi_bottompanes;
static Evas_Object *_edi_logpanel, *_edi_consolepanel, *_edi_testpanel;
@ -1099,8 +1099,8 @@ static const Ecore_Getopt optdesc = {
"%prog [options] [project-dir]",
PACKAGE_VERSION,
COPYRIGHT,
"BSD with advertisement clause",
"The EFL IDE",
"GPLv2",
"The Enlightened IDE",
EINA_TRUE,
{
ECORE_GETOPT_LICENSE('L', "license"),