There are some leftover Markdown references and Markdown-related
tooling. Seeing as there are no Markdown files left, we can kill it all
with fire.

Signed-off-by: Stephen Finucane <step...@that.guru>
---
 DocumentationStyle.rst |  2 +-
 INSTALL.rst            |  2 +-
 README.rst             |  2 +-
 build-aux/dist-docs    | 26 ++------------------------
 utilities/ovs-ctl.8    |  2 +-
 5 files changed, 6 insertions(+), 28 deletions(-)

diff --git a/DocumentationStyle.rst b/DocumentationStyle.rst
index d563284..2f8ba96 100644
--- a/DocumentationStyle.rst
+++ b/DocumentationStyle.rst
@@ -48,7 +48,7 @@ Basics
 ~~~~~~
 
 Many of the basic documentation guidelines match those of the `coding style
-guide <CodingStyle.md>`__.
+guide <CodingStyle.rst>`__.
 
 - Use reStructuredText (reST) for all documentation.
 
diff --git a/INSTALL.rst b/INSTALL.rst
index 2aafbde..f5e58a8 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -80,7 +80,7 @@ vSwitch distribution or to use the kernel module built into 
the Linux kernel
 are not available in the Open vSwitch kernel datapath that ships as part of the
 upstream Linux kernel?" for more information on this trade-off. You may also
 use the userspace-only implementation, at some cost in features and performance
-(see the `userspace installation guide <INSTALL.userspace.md>`__ for details).
+(see the `userspace installation guide <INSTALL.userspace.rst>`__ for details).
 
 To compile the kernel module on Linux, you must also install the
 following:
diff --git a/README.rst b/README.rst
index ff5d3fd..715f969 100644
--- a/README.rst
+++ b/README.rst
@@ -74,7 +74,7 @@ What other documentation is available?
 --------------------------------------
 
 To install Open vSwitch on a regular Linux or FreeBSD host, please read the
-`installation guide <INSTALL.md>`__. For specifics around installation on a
+`installation guide <INSTALL.rst>`__. For specifics around installation on a
 specific platform, please see one of the below installation guides:
 
 - `Debian <INSTALL.Debian.rst>`__
diff --git a/build-aux/dist-docs b/build-aux/dist-docs
index fdaa066..1d7eeb5 100755
--- a/build-aux/dist-docs
+++ b/build-aux/dist-docs
@@ -34,7 +34,6 @@ search_path () {
     exit 1
 }
 search_path man
-search_path markdown
 search_path rst2html
 search_path ps2pdf
 
@@ -63,8 +62,8 @@ cat >&3 <<EOF
 EOF
 
 # Add top-level documentation to index.html, giving it .txt extensions so that
-# the webserver doesn't serve it as Markdown/rST and make your web browser try
-# to invoke some kind of external helper you don't have installed.
+# the webserver doesn't serve it as rST and make your web browser try to invoke
+# some kind of external helper you don't have installed.
 #
 # Also translate documentation to HTML.
 for file
@@ -72,27 +71,6 @@ do
     title=`head -1 "$srcdir/$file"`
     dir=$distdir/`dirname $file`; test -d "$dir" || mkdir "$dir"
     case $file in
-        *.md)
-            cp "$srcdir/$file" "$distdir/$file.txt"
-            ln -s $(basename "$file.txt") "$distdir/$file"
-            (cat <<EOF
-<html><head>
-  <meta charset="UTF-8"></head>
-  <link rel="stylesheet" type="text/css" href="style.css">
-  <title>$file (Open vSwitch $VERSION)</title>
-</head><body>
-EOF
-             markdown "$distdir/$file.txt"
-             echo "</body></html>") > "$distdir/$file.html"
-            cat <<EOF
-<tr>
-  <td>$file</td>
-  <td>$title</td>
-  <td><a href="$file.html">HTML</a>, <a href="$file.txt">plain text</a></td>
-</tr>
-EOF
-            ;;
-
         *.rst)
             title=`grep -A 1 -e "^=" $srcdir/$file | sed -n 2p`
             cp "$srcdir/$file" "$distdir/$file.txt"
diff --git a/utilities/ovs-ctl.8 b/utilities/ovs-ctl.8
index ca14e53..cd7c267 100644
--- a/utilities/ovs-ctl.8
+++ b/utilities/ovs-ctl.8
@@ -502,5 +502,5 @@ distribution are good examples of how to use \fBovs\-ctl\fR.
 .
 .SH "SEE ALSO"
 .
-\fBREADME.rst\fR, \fBINSTALL.Linux.md\fR, \fBovsdb\-server\fR(8),
+\fBREADME.rst\fR, \fBINSTALL.Linux.rst\fR, \fBovsdb\-server\fR(8),
 \fBovs\-vswitchd\fR(8).
-- 
2.7.4

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to