diff options
author | monsta <[email protected]> | 2016-06-21 14:33:05 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-06-21 14:33:05 +0300 |
commit | 0be2ba2a81e8ce1f10af6891035d1c7a5d21a586 (patch) | |
tree | 6069b220569aca475c983f73f07e4071dc9f4685 | |
parent | b74cb14671e8efee860ca9a02aedb8c42b717826 (diff) | |
download | mate-desktop-0be2ba2a81e8ce1f10af6891035d1c7a5d21a586.tar.bz2 mate-desktop-0be2ba2a81e8ce1f10af6891035d1c7a5d21a586.tar.xz |
remove ancient gnome files
-rw-r--r-- | HACKING | 31 | ||||
-rw-r--r-- | MAINTAINERS | 15 | ||||
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | README | 4 |
4 files changed, 0 insertions, 52 deletions
diff --git a/HACKING b/HACKING deleted file mode 100644 index de13602..0000000 --- a/HACKING +++ /dev/null @@ -1,31 +0,0 @@ -Hacking on mate-desktop -======================== - - + The development occurs in git: - - http://git.gnome.org/browse/mate-desktop - - For information on how to access MATE git please read: - - http://live.gnome.org/Git - - + Please send patches as bug reports in MATE Bugzilla: - - https://bugzilla.gnome.org/ (product mate-desktop) - - Your patch should be in unified diff form (the -u option to GNU - diff). See also: - - http://live.gnome.org/MateLove/SubmittingPatches - - + Please try and send a patch against a recent version of this package. - Patches against git master are most preferable. - - + Don't commit any but the most trivial patches without approval. - - + Exceptions to this are: - - - Translators may commit basic i18n related patches to the build - setup. - - Build sheriff are welcome - in accordance with the relevant build - sheriff constraints. diff --git a/MAINTAINERS b/MAINTAINERS deleted file mode 100644 index 54983d4..0000000 --- a/MAINTAINERS +++ /dev/null @@ -1,15 +0,0 @@ -Currently GNOME active maintainers ----------------------------- - -Vincent Untz -E-mail: [email protected] -Userid: vuntz - -Non-active GNOME maintainers, who have a good understanding of the code ------------------------------------------------------------------ - -#Mark McLoughlin -#E-mail: [email protected] - -#George Lebl -#E-mail: [email protected] diff --git a/Makefile.am b/Makefile.am index 5348b2c..3bee20c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,8 +18,6 @@ endif EXTRA_DIST = \ autogen.sh \ COPYING-DOCS \ - HACKING \ - MAINTAINERS \ mate-version.xml.in.in CLEANFILES = \ @@ -32,7 +32,3 @@ Bugs should be reported to the MATE bug tracking system: https://github.com/mate-desktop/mate-desktop/issues -You will need to create an account for yourself. - -Please read the HACKING file for information on where to send changes or -bugfixes for this package. |