We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc75994 commit 13aed6cCopy full SHA for 13aed6c
Makefile
@@ -129,7 +129,7 @@ $(TXML): $(TTXT)
129
sed -E 's/\*(.*)\*: (.*):::/- *\1*: \2/g' $(TTXT) >$(TTXT).1
130
mv $(TTXT).1 $(TTXT)
131
132
- a2x -f docbook $(TTXT)
+ a2x --no-xmllint -f docbook $(TTXT)
133
134
# Remove garbage lines when a toplevel option has several paragraphs and example
135
sed -i '/^<simpara>+<\/simpara>/d' $(TXML)
0 commit comments