Documentation: Fix howto/revert-branch-rebase.html generation
commit501524e938aee0b9691fe7fb1abf5eb17a23132f
authorSergey Vlasov <vsu@altlinux.ru>
Fri, 1 Sep 2006 18:42:59 +0000 (1 22:42 +0400)
committerJunio C Hamano <junkio@cox.net>
Fri, 1 Sep 2006 19:41:34 +0000 (1 12:41 -0700)
tree4e39520b6d0bc1110cfb5e3f4d54eab8ab9ee79a
parentaf04b1271090801b277938836dcb7a39fc059721
Documentation: Fix howto/revert-branch-rebase.html generation

The rule for howto/*.html used "$?", which expands to the list of all
newer prerequisites, including asciidoc.conf added by another rule.
"$<" should be used instead.

Signed-off-by: Sergey Vlasov <vsu@altlinux.ru>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/Makefile