diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-09-13 10:33:00 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-09-14 06:20:47 +0200 |
commit | b27b71286224c34f3a83f194aaf663a83990c84f (patch) | |
tree | 76b07531d99cccc792bad4c0f4aad594e366cc07 /doc | |
parent | 98f9b8eb9511d9323a463f899399e92a99d3b20b (diff) | |
download | gnutls-b27b71286224c34f3a83f194aaf663a83990c84f.tar.gz |
manpages: delete comparison temp file
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manpages/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am index 98ae13a0be..bde87e0030 100644 --- a/doc/manpages/Makefile.am +++ b/doc/manpages/Makefile.am @@ -1207,6 +1207,7 @@ compare-makefile: grep -v -e '^APIMANS += ' Makefile.am | \ perl -p -e "s/^APIMANS =/APIMANS =$$MANS/" > tmp-$@; \ diff -u $(srcdir)/Makefile.am tmp-$@ + rm -f tmp-$@ stamp_mans: $(HEADER_FILES) @echo $(ECHO_N) "Creating man pages for gnutls.h..." && \ |