Fixed argument order for tidy in Makefile
This commit is contained in:
parent
d09ba8df0e
commit
0d71c18180
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ xboxdrv.1: xboxdrv.xml Makefile
|
||||||
db2x_xsltproc --stylesheet man "$<" | db2x_manxml
|
db2x_xsltproc --stylesheet man "$<" | db2x_manxml
|
||||||
xmlto xhtml -o xboxdrv.html -m config.xsl xboxdrv.xml
|
xmlto xhtml -o xboxdrv.html -m config.xsl xboxdrv.xml
|
||||||
mv -v xboxdrv.html/index.html xboxdrv.html/index.orig.html
|
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/" "$<"
|
# docbook2x-texi --output-dir "../build/doc/" "$<"
|
||||||
# MANWIDTH=80 man -l xboxdrv.1
|
# MANWIDTH=80 man -l xboxdrv.1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue