summaryrefslogtreecommitdiff
path: root/Documentation/Makefile
diff options
context:
space:
mode:
authorEmilio G. Cota <cota@braap.org>2011-08-08 08:33:05 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-08-08 16:30:14 (GMT)
commitae8044a2f542f5803c161ee510ac14492bc468d8 (patch)
tree8d089eaa4533ee447908a80e6b9b0ad200dc0dcf /Documentation/Makefile
parent070648e9b7fcea628957a0aee0aae94a9c2967ec (diff)
downloadgit-ae8044a2f542f5803c161ee510ac14492bc468d8.zip
git-ae8044a2f542f5803c161ee510ac14492bc468d8.tar.gz
git-ae8044a2f542f5803c161ee510ac14492bc468d8.tar.bz2
Documentation/Makefile: add *.pdf to `clean' target
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>
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r--Documentation/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index 36989b7..18c71d7 100644
--- 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