From cd748a2e9784f17135ba33087110e540d78bdb53 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Tue, 20 Feb 2007 14:09:06 +0000 Subject: [PATCH] Add MAINTAINERS to EXTRA_DIST so others can find out where to send 2007-02-20 Kjartan Maraas * Makefile.am: Add MAINTAINERS to EXTRA_DIST so others can find out where to send patches. Hi Linus :-) svn path=/trunk/; revision=3064 --- ChangeLog | 5 +++++ Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ce6f849c..eedc031a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-02-20 Kjartan Maraas + + * Makefile.am: Add MAINTAINERS to EXTRA_DIST so others + can find out where to send patches. Hi Linus :-) + 2007-02-17 Linus Torvalds * 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