From 0d71c18180f58838ff265ec828dbaa39049b1467 Mon Sep 17 00:00:00 2001 From: Ingo Ruhnke Date: Mon, 23 Jan 2012 22:15:44 +0100 Subject: [PATCH] Fixed argument order for tidy in Makefile --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index 1d78ffa..83b1c1b 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -5,7 +5,7 @@ xboxdrv.1: xboxdrv.xml Makefile db2x_xsltproc --stylesheet man "$<" | db2x_manxml xmlto xhtml -o xboxdrv.html -m config.xsl xboxdrv.xml mv -v xboxdrv.html/index.html xboxdrv.html/index.orig.html - tidy -utf8 -indent -wrap 1000 xboxdrv.html/index.orig.html -o xboxdrv.html/index.html + tidy -utf8 -indent -wrap 1000 -o xboxdrv.html/index.html xboxdrv.html/index.orig.html # docbook2x-texi --output-dir "../build/doc/" "$<" # MANWIDTH=80 man -l xboxdrv.1