From 2a0269589a7dc536b2b42f0a75d7dbcacb6a4d69 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 12 Jun 2020 13:26:20 +0200 Subject: ABI.md: rename to .md and polish the markdown Closes #5562 --- docs/libcurl/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/libcurl/Makefile.am') diff --git a/docs/libcurl/Makefile.am b/docs/libcurl/Makefile.am index 041f02ea4..8681dbdfb 100644 --- a/docs/libcurl/Makefile.am +++ b/docs/libcurl/Makefile.am @@ -5,7 +5,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# Copyright (C) 1998 - 2018, Daniel Stenberg, , et al. +# Copyright (C) 1998 - 2020, Daniel Stenberg, , et al. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms @@ -38,7 +38,7 @@ dist_m4macro_DATA = libcurl.m4 CLEANFILES = $(HTMLPAGES) $(PDFPAGES) $(TESTS) $(man_DISTMANS) \ libcurl-symbols.3 -EXTRA_DIST = $(man_MANS) ABI symbols-in-versions symbols.pl \ +EXTRA_DIST = $(man_MANS) ABI.md symbols-in-versions symbols.pl \ mksymbolsmanpage.pl CMakeLists.txt MAN2HTML= roffit --mandir=. $< >$@ -- cgit v1.2.3