Rename PKGNAME from eek to eekboard.

Remove examples/*.
This commit is contained in:
Daiki Ueno
2010-06-13 07:50:06 +09:00
parent 218fdcad79
commit 636448b0f5
3 changed files with 3 additions and 4 deletions

View File

@ -17,4 +17,4 @@
# 02110-1301 USA
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = eek src examples tests docs
SUBDIRS = eek src tests docs

View File

@ -4,7 +4,7 @@
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
PKG_NAME="eek"
PKG_NAME="eekboard"
(test -f $srcdir/configure.ac \
&& test -f $srcdir/README ) || {

View File

@ -16,7 +16,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301 USA
AC_INIT([eek], [0.0.0], [ueno@unixuser.org])
AC_INIT([eekboard], [0.0.0], [ueno@unixuser.org])
AC_CONFIG_SRCDIR([configure.ac])
AC_PREREQ(2.63)
AM_INIT_AUTOMAKE
@ -56,7 +56,6 @@ AC_CONFIG_HEADERS([eek/config.h])
AC_CONFIG_FILES([Makefile
eek/Makefile
src/Makefile
examples/Makefile
tests/Makefile
docs/Makefile
docs/reference/Makefile