diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-09-18 23:00:40 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-09-18 23:00:40 +0200 |
commit | d6b13d0791d362e9e4cd0080c45b302667210356 (patch) | |
tree | 4447e40db8257045330ff9e0d54167df912f9a09 /Makefile.am | |
parent | 9142a082f6342e6bc6e5a29c44a931412f0749ee (diff) | |
download | gnutls-d6b13d0791d362e9e4cd0080c45b302667210356.tar.gz |
doc/manpages is handled the same as doc/
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b4aa8e1dfb..e866bd392a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,6 +37,7 @@ dist-hook: rm -f ChangeLog make ChangeLog make -C doc/ compare-makefile + make -C doc/manpages 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 \ |