docs: fix Makefile dependency for user manual
commitf2aff316d3bf99d84e19827099036a933f48aa61
authorJeff King <peff@peff.net>
Sat, 21 Aug 2010 06:21:22 +0000 (21 02:21 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sun, 22 Aug 2010 04:53:16 +0000 (21 21:53 -0700)
tree844953eafbc9a02ce18e2b44ec81646d6f40f252
parent4ab18264e06aa4ad6d9793519828950234caf15d
docs: fix Makefile dependency for user manual

We use our custom xsl file to build the user manual, so make
sure we depend on it. We don't use it anywhere else, so we
can stick it straight in the rule.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/Makefile