From a2c6a106b63a3846358d1e2cd5638504000194ec Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Tue, 13 Dec 2011 23:37:10 +0100 Subject: make dist forces regeneration of ChangeLog and manpages. --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 14c26425f9..16861a2016 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,3 +30,8 @@ endif ACLOCAL_AMFLAGS = -I m4 -I gl/m4 EXTRA_DIST = cfg.mk maint.mk .clcopying + +dist-hook: + rm -f ChangeLog + make ChangeLog + make -C doc/manpages doit -- cgit v1.2.1