From: Nikos Mavrogiannopoulos Date: Tue, 23 Jul 2013 21:06:16 +0000 (+0200) Subject: make sure that the .info files are as new as the pdfs and html. X-Git-Tag: gnutls_3_2_3pre0~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3ebfbeb6b89a7fb1094e2e8abeedc26bb55a35bb;p=thirdparty%2Fgnutls.git make sure that the .info files are as new as the pdfs and html. --- diff --git a/Makefile.am b/Makefile.am index e42447e44f..05d7dc452c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -60,4 +60,4 @@ dist-hook: mv -f *.1 ../doc/manpages/; \ done sed 's/\@\@VERSION\@\@/$(VERSION)/g' -i $(distdir)/doc/invoke-*.texi - touch $(distdir)/doc/*.html $(distdir)/doc/*.pdf + touch $(distdir)/doc/*.html $(distdir)/doc/*.pdf $(distdir)/doc/*.info