From e14ffd8c3c261fc8ea8e2cedbb5adf5ea9b16fed Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sat, 23 Feb 2013 20:40:34 +0100 Subject: Generating ChangeLog during make dist --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0e4eb97..87f8adb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -# Copyright (C) 2000, 2001, 2004, 2006 Free Software Foundation, Inc. +# Copyright (C) 2000, 2001, 2004, 2006, 2013 Free Software Foundation, Inc. # # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without @@ -19,6 +19,9 @@ distclean-local: rm -f intltool-merge rm -f intltool-update +dist-hook: + $(SHELL) $(top_srcdir)/ChangeLog > $(top_distdir)/ChangeLog + docdir = $(top_builddir)/doc ACLOCAL_AMFLAGS = -I m4 -- cgit v1.2.3