diff options
author | Emil Engler <me@emilengler.com> | 2020-05-02 17:30:33 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-05-02 23:45:09 +0200 |
commit | f7ab488570ce67ab8cf6c0acf022fb8e1f55ad9b (patch) | |
tree | 6fe23e4c54a2d65cce483247fcbc91357517f6c1 /docs | |
parent | 153d581b7f1aa9810037b2bdd3428ca3de0ff59d (diff) |
doc: Rename VERSIONS to VERSIONS.md as it already has Markdown syntax
Closes #5325
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile.am | 2 | ||||
-rw-r--r-- | docs/VERSIONS.md (renamed from docs/VERSIONS) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 6ead27b79..860be45f2 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -83,7 +83,7 @@ EXTRA_DIST = \ THANKS \ TODO \ TheArtOfHttpScripting \ - VERSIONS + VERSIONS.md MAN2HTML= roffit $< >$@ diff --git a/docs/VERSIONS b/docs/VERSIONS.md index 72a45474d..72a45474d 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS.md |