diff --git a/Makefile.am b/Makefile.am index c23d753..25acb1b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,2 +1,2 @@ SUBDIRS = src -dist_man_MANS = man/nudoku.1 +dist_man_MANS = man/nudoku.6 diff --git a/README.md b/README.md index 892a06f..16e766e 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,9 @@ emerge nudoku -a ### openSUSE ### -For Leap 42.1 and Tumbleweed nudoku is in the official repositories. -On 13.2 you need to add the the games repository and install nudoku via zypper. +Since openSUSE Leap 42.1 (and Tumbleweed) you can find nudoku in the official repository. +For others you need to add the `games` repo. +On openSUSE 13.2 for example, you can do it like this: ``` zypper ar http://download.opensuse.org/repositories/games/openSUSE_13.2/ games diff --git a/configure.ac b/configure.ac index 06cf1fd..46de5ec 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([nudoku], [0.2.4], [jubalh@openmailbox.org]) +AC_INIT([nudoku], [0.2.5], [jubalh@openmailbox.org]) AC_CONFIG_SRCDIR([src/main.c]) AM_INIT_AUTOMAKE([foreign]) diff --git a/man/nudoku.6 b/man/nudoku.6 index 5e4495b..6fe3593 100644 --- a/man/nudoku.6 +++ b/man/nudoku.6 @@ -1,5 +1,5 @@ .\" Manpage for nudoku. -.TH man 1 "16 September 2015" "0.2.4" "nudoku man page" +.TH man 6 "07 June 2016" "0.2.5" "nudoku man page" .SH NAME nudoku \- ncurses based sudoku game .SH SYNOPSIS