CDN Preparation - small fixes found during testing
[openssl-web.git] / bin / mk-apropos
index 3c2c5793fb01a2e9a1a864edadb618997463a4d5..5c888c8dd6a6b9bf1fcaeee24313ad1823905143 100755 (executable)
@@ -14,7 +14,7 @@ for m in $(find . -name '*.md.tt' | sort); do
        continue
     fi
     manfile=$(basename_custom $m)
-    manname=$(basename_custom $manfile .md.tt)
+    manname=$(basename_custom $manfile md.tt)
     #origmanfile=$(echo $manfile | sed -e "s|^$subdir|$origsubdir|")
     echo "| [$manname]($manname.html) | $description |"
 done