ngc891 pushed a commit to branch master.

http://git.enlightenment.org/games/elemines.git/commit/?id=e3d1ac7ab95b73871c3022bc40873ff2a918f511

commit e3d1ac7ab95b73871c3022bc40873ff2a918f511
Author: Jerome Pinot <[email protected]>
Date:   Sun Jan 12 12:28:55 2014 +0900

    elemines: update the documentation
---
 INSTALL        | 15 ++++++++++-----
 README         | 10 ++++++++++
 TODO           |  1 -
 doc/elemines.1 |  8 ++++----
 4 files changed, 24 insertions(+), 10 deletions(-)

diff --git a/INSTALL b/INSTALL
index 7d1c323..6e90e07 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
 Installation Instructions
 *************************
 
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
-2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+Copyright (C) 1994-1996, 1999-2002, 2004-2012 Free Software Foundation,
+Inc.
 
    Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
@@ -226,6 +226,11 @@ order to use an ANSI C compiler:
 
 and if that doesn't work, install pre-built binaries of GCC for HP-UX.
 
+   HP-UX `make' updates targets which have the same time stamps as
+their prerequisites, which makes it generally unusable when shipped
+generated files such as `configure' are involved.  Use GNU `make'
+instead.
+
    On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
 parse its `<wchar.h>' header file.  The option `-nodtk' can be used as
 a workaround.  If GNU CC is not installed, it is therefore recommended
@@ -304,9 +309,10 @@ causes the specified `gcc' to be used as the C compiler 
(unless it is
 overridden in the site shell script).
 
 Unfortunately, this technique does not work for `CONFIG_SHELL' due to
-an Autoconf bug.  Until the bug is fixed you can use this workaround:
+an Autoconf limitation.  Until the limitation is lifted, you can use
+this workaround:
 
-     CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash
+     CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash
 
 `configure' Invocation
 ======================
@@ -362,4 +368,3 @@ operates.
 
 `configure' also accepts some other, not widely useful, options.  Run
 `configure --help' for more details.
-
diff --git a/README b/README
index 41ddbd0..87d652f 100644
--- a/README
+++ b/README
@@ -25,6 +25,10 @@ On the command line, you can change the number of mines in 
the field with the
 -m option. Default is 12. The board is 10x10 so mine limit is 99. You can
 change the mines in the game by clicking on the 'Config.' button.
 
+An alternate default-big theme is available, with twice more bombes and tiles:
+
+  $ elemines -t=default-big
+
 
 Scoring:
 --------
@@ -33,3 +37,9 @@ Score is based on the mine number and the time to complete 
the task. It's
 compute like (board_size * mines - time). There are two categories for scores:
 'Standard' if you played using the default mine number of 12, and 'Custom' for
 the other cases.
+
+
+Sound:
+------
+
+To have sound in elemines, your EFL must have been compiled with sound support.
diff --git a/TODO b/TODO
index fe63820..4b8534a 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,3 @@
-- sound
 - theme loading in game
 - make the scores system wide
 - make the board size configurable (by theme?)
diff --git a/doc/elemines.1 b/doc/elemines.1
index 41636a4..444167b 100644
--- a/doc/elemines.1
+++ b/doc/elemines.1
@@ -1,4 +1,4 @@
-.TH ELEMINES 1 "21 Mar 2013" "elemines 0.2.3"
+.TH ELEMINES 1 "12 Jan 2014" "elemines 0.3"
 
 .SH NAME
 elemines \- a minesweeper clone based on the EFL
@@ -44,13 +44,13 @@ Run fullscreen. This is useful on mobile devices.
 
 .TP
 .B -t=THEME, --theme=THEME
-Use THEME.edj as theme file. Theme files must be in the 
$(datarootdir)/elemines/themes/
-folder.
+Use THEME.edj as theme file. Theme files should be in the 
$(pkgdatadir)/themes/ folder.
+Elemines provides `default' and `default-big'.
 
 .TP
 .B -m=MINES, --mines=MINES
 Specify the number of mines hidden in the field. MINES must be an integer 
smaller
-than the number of cells (100).
+than the number of cells (100 for `default').
 
 .TP
 .B -L, --license

-- 


Reply via email to