<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
This is a follow-up to bug <A HREF="https://bugs.freedesktop.org/show_bug.cgi?id=24278">https://bugs.freedesktop.org/show_bug.cgi?id=24278</A>.
<PRE>
It's important that the generated ChangeLog file has no easy way of being
removed as it cannot be regenerated from within a tarball as git is not
available. Just like files README or NEWS.

For example, 
EXTRA_DIST += ChangeLog
or
CLEANFILES = ChangeLog
or
MAINTAINERCLEANFILES = ChangeLog

There are over 200 components in that situation.
</PRE>
<TT>ChangeLog filename is known to Automake and requires no further</TT><BR>
<TT>coding in the makefile.</TT><BR>
<TT>---</TT><BR>
<TT> Makefile.am |&nbsp;&nbsp;&nbsp; 3 +--</TT><BR>
<TT> 1 files changed, 1 insertions(+), 2 deletions(-)</TT><BR>
<BR>
<TT>diff --git a/Makefile.am b/Makefile.am</TT><BR>
<TT>index 3aa1fb4..8d1eeef 100644</TT><BR>
<TT>--- a/Makefile.am</TT><BR>
<TT>+++ b/Makefile.am</TT><BR>
<TT>@@ -49,7 +49,7 @@ pkgconfigdir = $(libdir)/pkgconfig</TT><BR>
<TT> pkgconfig_DATA = xorg-server.pc</TT><BR>
<TT> endif</TT><BR>
<TT> </TT><BR>
<TT>-EXTRA_DIST = xorg-server.pc.in xorg-server.m4 ChangeLog</TT><BR>
<TT>+EXTRA_DIST = xorg-server.pc.in xorg-server.m4</TT><BR>
<TT> </TT><BR>
<TT> DISTCHECK_CONFIGURE_FLAGS=\</TT><BR>
<TT>         --with-xkb-path=$(XKB_BASE_DIRECTORY) \</TT><BR>
<TT>@@ -57,7 +57,6 @@ DISTCHECK_CONFIGURE_FLAGS=\</TT><BR>
<TT>         --with-xkb-output='$${datadir}/X11/xkb/compiled'</TT><BR>
<TT> </TT><BR>
<TT> DISTCLEANFILES = doltcompile doltlibtool</TT><BR>
<TT>-MAINTAINERCLEANFILES=ChangeLog</TT><BR>
<TT> </TT><BR>
<TT> .PHONY: ChangeLog</TT><BR>
<TT> </TT><BR>
<TT>-- </TT><BR>
<TT>1.6.0.4</TT><BR>
<BR>
</BODY>
</HTML>