Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Documentation/Makefile: add *.pdf to `clean' target
author
Emilio G. Cota
<cota@braap.org>
Mon, 8 Aug 2011 08:33:05 +0000
(
04:33
-0400)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 8 Aug 2011 16:30:14 +0000
(09:30 -0700)
user-manual.pdf is not removed by `make clean'; fix it.
Signed-off-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/Makefile
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
070648e
)
diff --git
a/Documentation/Makefile
b/Documentation/Makefile
index 36989b7f6541cb8444385b64d2c955ae2a1f6d1b..18c71d763f472b1a98ad162626a0bc3d39d7e975 100644
(file)
--- a/
Documentation/Makefile
+++ b/
Documentation/Makefile
@@
-232,6
+232,7
@@
cmd-list.made: cmd-list.perl ../command-list.txt $(MAN1_TXT)
clean:
$(RM) *.xml *.xml+ *.html *.html+ *.1 *.5 *.7
$(RM) *.texi *.texi+ *.texi++ git.info gitman.info
+ $(RM) *.pdf
$(RM) howto-index.txt howto/*.html doc.dep
$(RM) technical/api-*.html technical/api-index.txt
$(RM) $(cmds_txt) *.made