* [PATCH 1/2] Documentation: ignore *.pdf files
@ 2011-08-08 8:33 Emilio G. Cota
2011-08-08 8:33 ` [PATCH 2/2] Documentation/Makefile: add *.pdf to `clean' target Emilio G. Cota
0 siblings, 1 reply; 3+ messages in thread
From: Emilio G. Cota @ 2011-08-08 8:33 UTC (permalink / raw)
To: gitster; +Cc: git, Emilio G. Cota
From: "Emilio G. Cota" <cota@braap.org>
user-manual.pdf is generated by the build and therefore
should be ignored by git.
Signed-off-by: Emilio G. Cota <cota@braap.org>
---
Documentation/.gitignore | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Documentation/.gitignore b/Documentation/.gitignore
index 1c3a9fe..d62aebd 100644
--- a/Documentation/.gitignore
+++ b/Documentation/.gitignore
@@ -3,6 +3,7 @@
*.[1-8]
*.made
*.texi
+*.pdf
git.info
gitman.info
howto-index.txt
--
1.7.6
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 2/2] Documentation/Makefile: add *.pdf to `clean' target
2011-08-08 8:33 [PATCH 1/2] Documentation: ignore *.pdf files Emilio G. Cota
@ 2011-08-08 8:33 ` Emilio G. Cota
2011-08-08 17:14 ` Junio C Hamano
0 siblings, 1 reply; 3+ messages in thread
From: Emilio G. Cota @ 2011-08-08 8:33 UTC (permalink / raw)
To: gitster; +Cc: git, Emilio G. Cota
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-08-08 19:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-08 8:33 [PATCH 1/2] Documentation: ignore *.pdf files Emilio G. Cota
2011-08-08 8:33 ` [PATCH 2/2] Documentation/Makefile: add *.pdf to `clean' target Emilio G. Cota
2011-08-08 17:14 ` Junio C Hamano
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).