diff --git a/man/Makefile.am b/man/Makefile.am
index 2c9e909..d1f21bb 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -35,7 +35,7 @@ stallone.8.xml: stallone.8.txt
 
 if HAVE_XSLTPROC
 stallone.8: stallone.8.xml
-	$(XSLTPROC) --nonet /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl $^
+	$(XSLTPROC) -o $@ --nonet /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl $^
 
 dist_man_MANS = stallone.8
 

