From: "Emilio G. Cota" <cota@braap.org>
To: gitster@pobox.com
Cc: git@vger.kernel.org, "Emilio G. Cota" <cota@braap.org>
Subject: [PATCH 2/2] Documentation/Makefile: add *.pdf to `clean' target
Date: Mon, 8 Aug 2011 04:33:05 -0400 [thread overview]
Message-ID: <1312792385-19149-2-git-send-email-cota@braap.org> (raw)
In-Reply-To: <1312792385-19149-1-git-send-email-cota@braap.org>
From: "Emilio G. Cota" <cota@braap.org>
user-manual.pdf is not removed by `make clean'; fix it.
Signed-off-by: Emilio G. Cota <cota@braap.org>
---
Documentation/Makefile | 1 +
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
--
1.7.6
next prev parent reply other threads:[~2011-08-08 9:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-08 8:33 [PATCH 1/2] Documentation: ignore *.pdf files Emilio G. Cota
2011-08-08 8:33 ` Emilio G. Cota [this message]
2011-08-08 17:14 ` [PATCH 2/2] Documentation/Makefile: add *.pdf to `clean' target Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1312792385-19149-2-git-send-email-cota@braap.org \
--to=cota@braap.org \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).