When generating manpages, delete outdated targets first.

This makes "make doc" work even if you made "sudo make doc" previously
by mistake.  Apparently an oversight: the other targets did this already.

Signed-off-by: David Kastrup <dak@gnu.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
David Kastrup 2007-08-02 01:48:44 +02:00 committed by Junio C Hamano
parent c9e6589288
commit 50cff52f1a
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ clean:
mv $@+ $@

%.1 %.5 %.7 : %.xml
$(RM) $@
xmlto -m callouts.xsl man $<

%.xml : %.txt