projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9e6589
)
When generating manpages, delete outdated targets first.
author
David Kastrup
<dak@gnu.org>
Wed, 1 Aug 2007 23:48:44 +0000
(
01:48
+0200)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 2 Aug 2007 02:52:17 +0000
(19:52 -0700)
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>
Documentation/Makefile
patch
|
blob
|
history
diff --git
a/Documentation/Makefile
b/Documentation/Makefile
index 3bc5357ec93039122df3e7b423d9fae4a804da7c..443114b0463e9c9ca7e99720e78d938049a1ea4b 100644
(file)
--- a/
Documentation/Makefile
+++ b/
Documentation/Makefile
@@
-120,6
+120,7
@@
clean:
mv $@+ $@
%.1 %.5 %.7 : %.xml
+ $(RM) $@
xmlto -m callouts.xsl man $<
%.xml : %.txt