From 6cb8b68bd08ddb5edff396e293b6776e0e989ded Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 6 Jan 2023 22:22:14 +0100 Subject: support md in TOS --- contrib/update-tos.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'contrib/update-tos.sh') diff --git a/contrib/update-tos.sh b/contrib/update-tos.sh index 67db7c031..dcf9e3919 100755 --- a/contrib/update-tos.sh +++ b/contrib/update-tos.sh @@ -29,6 +29,10 @@ do else mv _build/$f/${VERSION}.$f $l/${VERSION}.$f fi + if test $f = "txt" + then + cp $l/${VERSION}.$f $l/${VERSION}.md + fi done done cd .. -- cgit v1.2.3