From: Sergey Vlasov Date: Fri, 1 Sep 2006 18:42:59 +0000 (+0400) Subject: Documentation: Fix howto/revert-branch-rebase.html generation X-Git-Tag: v1.4.3-rc1~145^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/501524e938aee0b9691fe7fb1abf5eb17a23132f?hp=501524e938aee0b9691fe7fb1abf5eb17a23132f 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 Signed-off-by: Junio C Hamano ---