From 60230e06ce89ac7bb4e2cba85a4e037a5ffbd224 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Mon, 7 Nov 2016 11:22:00 +0000 Subject: doc: Remove final markdown references 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 Signed-off-by: Russell Bryant --- build-aux/dist-docs | 26 ++------------------------ 1 file changed, 2 insertions(+), 24 deletions(-) (limited to 'build-aux/dist-docs') diff --git a/build-aux/dist-docs b/build-aux/dist-docs index fdaa06692..1d7eeb534 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 < - - - $file (Open vSwitch $VERSION) - -EOF - markdown "$distdir/$file.txt" - echo "") > "$distdir/$file.html" - cat < - $file - $title - HTML, plain text - -EOF - ;; - *.rst) title=`grep -A 1 -e "^=" $srcdir/$file | sed -n 2p` cp "$srcdir/$file" "$distdir/$file.txt" -- cgit v1.2.1