From a6f00488d651e33fac17a3958981edfe10bd312b Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sat, 14 Mar 2009 18:45:55 +0100 Subject: [PATCH] =?utf8?q?Add=20-L=20to=20not=20invoke=20xmllint=20which?= =?utf8?q?=20fails=20on=20some=20systems=20because=20it=20can=E2=80=99t=20?= =?utf8?q?download=20the=20DTD?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- man/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5