diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2007-02-20 14:09:06 +0000 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2007-02-20 14:09:06 +0000 |
commit | cd748a2e9784f17135ba33087110e540d78bdb53 (patch) | |
tree | fcb270745dcf9ca865500aae071e63854e460dda | |
parent | c73a198f9497820df63bc50bf59614acfb9dbccb (diff) | |
download | metacity-cd748a2e9784f17135ba33087110e540d78bdb53.tar.gz |
Add MAINTAINERS to EXTRA_DIST so others can find out where to send
2007-02-20 Kjartan Maraas <kmaraas@gnome.org>
* Makefile.am: Add MAINTAINERS to EXTRA_DIST so others
can find out where to send patches. Hi Linus :-)
svn path=/trunk/; revision=3064
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2007-02-20 Kjartan Maraas <kmaraas@gnome.org> + + * Makefile.am: Add MAINTAINERS to EXTRA_DIST so others + can find out where to send patches. Hi Linus :-) + 2007-02-17 Linus Torvalds <torvalds@woody.linux-foundation.org> * src/common.h (MetaActionTitleBar): renamed from diff --git a/Makefile.am b/Makefile.am index 44d55425..725c69c9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ SUBDIRS=src po doc -EXTRA_DIST=HACKING rationales.txt \ +EXTRA_DIST = HACKING MAINTAINERS rationales.txt \ intltool-extract.in intltool-merge.in intltool-update.in DISTCLEANFILES = intltool-extract intltool-merge intltool-update po/stamp-it po/.intltool-merge-cache |