From: Michael Stapelberg Date: Sat, 14 Mar 2009 17:45:55 +0000 (+0100) Subject: Add -L to not invoke xmllint which fails on some systems because it can’t download... X-Git-Tag: 3.a~10 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a6f00488d651e33fac17a3958981edfe10bd312b;p=i3%2Fi3 Add -L to not invoke xmllint which fails on some systems because it can’t download the DTD --- diff --git a/man/Makefile b/man/Makefile index cd977dd6..e7dec572 100644 --- a/man/Makefile +++ b/man/Makefile @@ -1,2 +1,2 @@ all: - a2x -f manpage --asciidoc-opts="-f asciidoc.conf" i3.man + a2x -L -f manpage --asciidoc-opts="-f asciidoc.conf" i3.man