summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-09-18 22:47:14 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-09-18 22:49:45 +0200
commit9142a082f6342e6bc6e5a29c44a931412f0749ee (patch)
treed58ed75e0e2d884058bab56d464e35bd37ac9dc8 /Makefile.am
parent6e8a8311287be4f50153e240a254664dd9c4f366 (diff)
downloadgnutls-9142a082f6342e6bc6e5a29c44a931412f0749ee.tar.gz
compare-makefile is only executed during make dist.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 2eebb77390..b4aa8e1dfb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,6 +36,7 @@ EXTRA_DIST = cfg.mk maint.mk .clcopying
dist-hook:
rm -f ChangeLog
make ChangeLog
+ make -C doc/ compare-makefile
cp -f ChangeLog $(distdir)/
sed 's/\@VERSION\@/$(VERSION)/g' -i $(distdir)/src/args-std.def
cd $(distdir)/src/ && for i in *.def;do \