summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-03-14 14:37:03 +0100
committerStefano Karapetsas <[email protected]>2012-03-14 14:37:03 +0100
commite1aee488c70e7d2d92d92527a0416150c05a7433 (patch)
tree34c9f36171250c3517863e0a0c02dcda201957ac
parent8a2af682c0874671d1258f786796125b1657e10e (diff)
downloadmozo-e1aee488c70e7d2d92d92527a0416150c05a7433.tar.bz2
mozo-e1aee488c70e7d2d92d92527a0416150c05a7433.tar.xz
-rw-r--r--AUTHORS6
-rw-r--r--README8
-rwxr-xr-xautogen.sh4
-rw-r--r--configure.ac2
4 files changed, 14 insertions, 6 deletions
diff --git a/AUTHORS b/AUTHORS
index d188ce8..cd8eb7b 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1 +1,7 @@
+MATE:
+Perberos <[email protected]>
+Steve Zesch <[email protected]>
+Stefano Karapetsas <[email protected]>
+
+GNOME:
Travis Watkins <[email protected]>
diff --git a/README b/README
index b6831e4..cd2e9e3 100644
--- a/README
+++ b/README
@@ -1,9 +1,11 @@
-Mozo 1.1.0
+Mozo
==========
Mozo is a menu editor for MATE using the freedesktop.org menu
specification.
+Mozo is a fork of Alacarte.
+
Installation
============
@@ -12,6 +14,6 @@ See http://wiki.mate-desktop.org.
How to report bugs
==================
-Bugs should be filed in MATE's bug tracker
-(https://github.com/Perberos/Mate-Desktop-Environment/issues) You will
+Bugs should be filed in MATE's bug tracker on GitHub
+(https://github.com/mate-desktop/mate-menu-editor/issues). You will
need to create an account on github for yourself.
diff --git a/autogen.sh b/autogen.sh
index 2038402..f43fd40 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -12,7 +12,7 @@ PKG_NAME="mate-menu-editor"
exit 1
}
-which mate-autogen.sh || {
+which mate-autogen || {
echo "You need to install mate-common from the MATE Git"
exit 1
}
@@ -21,5 +21,5 @@ REQUIRED_AUTOMAKE_VERSION=1.9
USE_MATE2_MACROS=1
USE_COMMON_DOC_BUILD=yes
-. mate-autogen.sh
+. mate-autogen
diff --git a/configure.ac b/configure.ac
index 84c125f..2300cac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl -*- Mode: autoconf -*-
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.53)
-AC_INIT(mozo, 1.1.0, http://www.mate-desktop.org)
+AC_INIT(mozo, 1.2.0, http://www.mate-desktop.org)
AC_CONFIG_SRCDIR(mozo.in)
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.7])