chiark / gitweb /
Add manpage XSL from git and enhance with literallayout fixes
[tig] / Makefile
index 06a5d6ae9eca55be2e0e585a152e6b1336f2b20e..f8e601d5322c9afac77e55f3787257b62caa22f0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -91,7 +91,7 @@ README.html: README
        asciidoc -b docbook -d manpage $<
 
 %.1 : %.1.xml
-       xmlto man $<
+       xmlto -m manpage.xsl man $<
 
 %.5.html : %.5.txt
        asciidoc -b xhtml11 -d manpage $<
@@ -100,7 +100,7 @@ README.html: README
        asciidoc -b docbook -d manpage $<
 
 %.5 : %.5.xml
-       xmlto man $<
+       xmlto -m manpage.xsl man $<
 
 %.html : %.txt
        asciidoc -b xhtml11 -d article -n $<