We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dcd778 commit 8c1f25aCopy full SHA for 8c1f25a
make_chm.sh
@@ -49,6 +49,9 @@ cd chmhelp
49
find -iname '*.html' | xargs -P "${CPUS}" sed -i 's/<head>/<head><meta http-equiv="x-ua-compatible" content="ie=edge">/ig'
50
cd ..
51
52
+# width hack
53
+sed -i -e 's/ − <a href="cpp-thread-condition_variable.html">/<br><a href="cpp-thread-condition_variable.html">/' -e 's/ − <a href="cpp-memory-shared_ptr.html">/<br><a href="cpp-memory-shared_ptr.html">/' chmhelp/index.html
54
+
55
mkdir -p chm_temp
56
for i in cppreference.{hhc,hhk,hhp}; do
57
sed -i '/chmhelp\\首页.html/d' "${i}"
0 commit comments