From 1be9677a8be2e34f0942dd0bb3424965ad093528 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Fri, 18 Oct 2013 17:41:42 +0000 Subject: Fix argument order in xmlto invocations This worked on glibc-based systems because glibc's getopt permutes argv as it scans by default instead of conforming to POSIX. --- src/clients/cave/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clients/cave/Makefile.am b/src/clients/cave/Makefile.am index d502557f3..e59587a70 100644 --- a/src/clients/cave/Makefile.am +++ b/src/clients/cave/Makefile.am @@ -113,7 +113,7 @@ $(command_MANS_txts) : man-cave xmlto man $< .xml.html-man-fragment : $(man_MANS_xmls) - xmlto html $< -o $@-dir + xmlto -o $@-dir html $< sed \ -e '1s,^.*\(
\),\1,' \ -e '$$s,.*,,' -e '$$s,
,,' \ -- cgit v1.2.3