summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2013-10-17 23:01:21 +0200
committerraveit65 <[email protected]>2013-10-17 23:01:21 +0200
commit03231bf437d7a1a6b8988741ad94980564069eac (patch)
tree50f8f6a151f00e5b4b34c7c59374dd4fb4d6f778
parente677d1440f6f5a3b51a35dea8bc09a99d442bbf5 (diff)
downloadmarco-03231bf437d7a1a6b8988741ad94980564069eac.tar.bz2
marco-03231bf437d7a1a6b8988741ad94980564069eac.tar.xz
rename to marco
-rw-r--r--HACKING4
-rw-r--r--README2
-rwxr-xr-xautogen.sh2
3 files changed, 4 insertions, 4 deletions
diff --git a/HACKING b/HACKING
index 533631fc..171ef007 100644
--- a/HACKING
+++ b/HACKING
@@ -52,8 +52,8 @@ Minimal Building/Testing Environment
pkg-config, intltool, and libtool) and be ready to build and test
Marco. Steps to do so:
- $ git clone https://github.com/mate-desktop/mate-window-manager.git
- $ cd mate-window-manager
+ $ git clone https://github.com/mate-desktop/marco.git
+ $ cd marco
$ ./autogen.sh --prefix /usr
$ make
$ ./src/marco --replace
diff --git a/README b/README
index 5680a888..fd819344 100644
--- a/README
+++ b/README
@@ -218,7 +218,7 @@ EWMH-compliant WMs).
MARCO BUGS, NON-FEATURES, AND CAVEATS
===
-See github: https://github.com/mate-desktop/mate-window-manager/issues
+See github: https://github.com/mate-desktop/marco/issues
FAQ
===
diff --git a/autogen.sh b/autogen.sh
index d79eaca6..bf519642 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,7 +4,7 @@
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
-PKG_NAME="mate-window-manager"
+PKG_NAME="marco"
(test -f $srcdir/configure.ac) || {
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"