We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdda029 commit 7ba474cCopy full SHA for 7ba474c
1 file changed
scripts/make-docs.sh
@@ -75,6 +75,10 @@ pushd build
75
make -C doc/manual pdf
76
make -C doc/manual latex2html
77
clean_latex2html doc/manual/manual
78
+# Workaround for https://github.com/latex2html/latex2html/issues/89.
79
+# See also: https://github.com/form-dev/form/pull/789.
80
+# NOTE: -i requires GNU sed.
81
+sed -i ':a;N;$!ba; s#<STRONG>\([^<]*\)</STRONG>\n<BR>\n\([^<]*\)#<STRONG>\1 \2</STRONG>#' doc/manual/manual/index.html
82
make_tarball doc/manual/manual "form-$version-manual-html"
83
84
cp ../doc/form.1 doc/form.1
0 commit comments