git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
070648e
)
Documentation/Makefile: add *.pdf to `clean' target
author
Emilio G. Cota
<redacted>
Mon, 8 Aug 2011 08:33:05 +0000
(
04:33
-0400)
committer
Junio C Hamano
<redacted>
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/Makefile
patch
|
blob
|
history
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
git clone https://git.99rst.org/PROJECT