The new file docs/libcurl/ABI describes how we view ABI breakages, soname

bumps and what the version number's significance to all that is.
This commit is contained in:
Daniel Stenberg
2007-10-04 22:05:25 +00:00
parent 6dd6b4d1fa
commit bffa835573
3 changed files with 56 additions and 1 deletions

View File

@@ -57,7 +57,7 @@ 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
EXTRA_DIST = $(man_MANS) $(HTMLPAGES) index.html $(PDFPAGES) libcurl.m4 ABI
MAN2HTML= roffit --mandir=. < $< >$@