From 14e38ce378236cf54924b58396168c1e94f8e6b2 Mon Sep 17 00:00:00 2001
From: Marvin Borner
Date: Mon, 25 Mar 2024 18:59:03 +0100
Subject: Improved samples by adding links to problems

---
 docs/genstd.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'docs/genstd.sh')

diff --git a/docs/genstd.sh b/docs/genstd.sh
index e290063..f2c0dd4 100755
--- a/docs/genstd.sh
+++ b/docs/genstd.sh
@@ -22,7 +22,7 @@ for file in $files; do
 	ntests=$(grep -cP "^:test" "$file" || true)
 	links="$links\n<li><span class='com'>:import</span> <a href=$filename.html>$(basename "$name" .bruijn)</a> <span class='stats'>($ndefs definitions, $ntests tests)</span></li>"
 	awk 'NR==FNR { gsub("<", "\\&lt;", $0); gsub(">", "\\&gt;", $0); a[n++]=$0; next } /CONTENT/ { for (i=0;i<n;++i) print a[i]; next } 1' "$file" content.template >"std/$filename.html"
-	sed -i -e "s@NAME@$name@g" "std/$filename.html"
+	sed -i -e "s@NAME@$name@g" -e "s@INFO@@g" "std/$filename.html"
 
 	tot_ndefs=$((tot_ndefs + ndefs))
 	tot_ntests=$((tot_ntests + ntests))
-- 
cgit v1.2.3