Add -L to not invoke xmllint which fails on some systems because it can’t download the DTD
This commit is contained in:
parent
80e2bf708d
commit
a6f00488d6
|
@ -1,2 +1,2 @@
|
||||||
all:
|
all:
|
||||||
a2x -f manpage --asciidoc-opts="-f asciidoc.conf" i3.man
|
a2x -L -f manpage --asciidoc-opts="-f asciidoc.conf" i3.man
|
||||||
|
|
Loading…
Reference in New Issue