Do not use hardcoded path to xhmtl.xsl to generate user's manual

It does not seem to need it either and gives an error on FC5 I use
at kernel.org to cut documentation tarballs, so remove it in the
meantime.

Signed-off-by: Junio C Hamano <junkio@cox.net>
diff --git a/Documentation/Makefile b/Documentation/Makefile
index 5e012f4..266af47 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -103,7 +103,7 @@
 	asciidoc -b docbook -d book $<
 
 user-manual.html: user-manual.xml
-	xmlto -m /etc/asciidoc/docbook-xsl/xhtml.xsl html-nochunks $<
+	xmlto html-nochunks $<
 
 glossary.html : glossary.txt sort_glossary.pl
 	cat $< | \