diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-12-13 23:37:10 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-12-13 23:39:47 +0100 |
commit | a2c6a106b63a3846358d1e2cd5638504000194ec (patch) | |
tree | a74eded716b0d9081b786995f985fc6093c9791e /Makefile.am | |
parent | ac69913558b8beec381ef8f2a7a4df493e108480 (diff) | |
download | gnutls-a2c6a106b63a3846358d1e2cd5638504000194ec.tar.gz |
make dist forces regeneration of ChangeLog and manpages.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
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 |