1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

doc: Rename VERSIONS to VERSIONS.md as it already has Markdown syntax

Closes #5325
This commit is contained in:
Emil Engler 2020-05-02 17:30:33 +02:00 committed by Daniel Stenberg
parent 153d581b7f
commit f7ab488570
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
3 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ EXTRA_DIST = \
THANKS \
TODO \
TheArtOfHttpScripting \
VERSIONS
VERSIONS.md
MAN2HTML= roffit $< >$@

View File

@ -53,7 +53,7 @@ fi
for TEXT in "${TOPDIR}/COPYING" "${SCRIPTDIR}/README.OS400" \
"${TOPDIR}/CHANGES" "${TOPDIR}/docs/THANKS" "${TOPDIR}/docs/FAQ" \
"${TOPDIR}/docs/FEATURES" "${TOPDIR}/docs/SSLCERTS.md" \
"${TOPDIR}/docs/RESOURCES" "${TOPDIR}/docs/VERSIONS" \
"${TOPDIR}/docs/RESOURCES" "${TOPDIR}/docs/VERSIONS.md" \
"${TOPDIR}/docs/HISTORY.md"
do MEMBER="`basename \"${TEXT}\" .OS400`"
MEMBER="`basename \"${MEMBER}\" .md`"