dist-docs: Fix relative links.
[cascardo/ovs.git] / build-aux / dist-docs
index 93709c8..73c85ed 100755 (executable)
@@ -73,6 +73,7 @@ do
     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>