From: Daniel Stenberg Date: Tue, 10 Feb 2009 12:39:26 +0000 (+0000) Subject: include the symbols-in-versions file in the release archive X-Git-Tag: curl-7_19_4~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3d7ed1766c2a2439077ca4cbe047a29b45c5e0c;p=curl include the symbols-in-versions file in the release archive --- diff --git a/docs/libcurl/Makefile.am b/docs/libcurl/Makefile.am index 9e562c21e..c2b5f92c5 100644 --- a/docs/libcurl/Makefile.am +++ b/docs/libcurl/Makefile.am @@ -60,8 +60,8 @@ PDFPAGES = curl_easy_cleanup.pdf curl_easy_getinfo.pdf curl_easy_init.pdf \ CLEANFILES = $(HTMLPAGES) $(PDFPAGES) -EXTRA_DIST = $(man_MANS) $(HTMLPAGES) index.html $(PDFPAGES) libcurl.m4 ABI - +EXTRA_DIST = $(man_MANS) $(HTMLPAGES) index.html $(PDFPAGES) libcurl.m4 ABI \ + symbols-in-versions MAN2HTML= roffit --mandir=. < $< >$@ SUFFIXES = .3 .html