diff --git a/AUTHORS b/AUTHORS index f7cba13..2984261 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,3 +1,8 @@ +CAJA-DROPBOX: +Benjamin Valentin +Stefano Karapetsas + +NAUTILUS-DROPBOX: Rian Hunter Mike Haimes -David Euresti \ No newline at end of file +David Euresti diff --git a/README b/README index f9f68df..f1bc0b7 100644 --- a/README +++ b/README @@ -1,14 +1,5 @@ -Hi Friend! +This is Caja-Dropbox, a fork of Nautilus-Dropbox for MATE Desktop. -This is *the* Dropbox extension for Caja!!! - -Now you can use your favorite sync, versioning, and backup software with GNU/Linux! -Yes!! Radical!!! Gnarly!!!! - -Check us out at http://www.dropbox.com/ - -<3, -Rian Hunter and the rest of the Dropbox Team Building Dropbox Caja Extension From Source Tarball -------------------------------------------------- @@ -18,7 +9,7 @@ You will need the following packages (or equivalent): libcaja-extension-dev In the caja-dropbox dir just do: -$ ./configure +$ ./autogen.sh $ make $ sudo make install diff --git a/configure.in b/configure.in index 0855cb2..936e8d1 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,7 @@ # Initialization -AC_INIT([caja-dropbox],0.7.1) +# This was nautilus-dropbox 0.7.1 +AC_INIT([caja-dropbox], 1.3.0) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)