diff options
-rw-r--r-- | HACKING | 4 | ||||
-rw-r--r-- | README | 2 | ||||
-rwxr-xr-x | autogen.sh | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -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 @@ -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 === @@ -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" |