mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 17:31:46 -05:00
doc: Rename VERSIONS to VERSIONS.md as it already has Markdown syntax
Closes #5325
This commit is contained in:
parent
153d581b7f
commit
f7ab488570
@ -83,7 +83,7 @@ EXTRA_DIST = \
|
||||
THANKS \
|
||||
TODO \
|
||||
TheArtOfHttpScripting \
|
||||
VERSIONS
|
||||
VERSIONS.md
|
||||
|
||||
MAN2HTML= roffit $< >$@
|
||||
|
||||
|
@ -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`"
|
||||
|
Loading…
x
Reference in New Issue
Block a user