List for cgit developers and users
 help / color / mirror / Atom feed
* [PATCH] Makefile: remove tags file
@ 2012-10-31 23:43 jamie.couture
  2012-11-01  4:27 ` Jason
  0 siblings, 1 reply; 2+ messages in thread
From: jamie.couture @ 2012-10-31 23:43 UTC (permalink / raw)


Remove tags file from working directory.

Signed-off-by: Jamie Couture <jamie.couture at gmail.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index f4c5b8a..93c5003 100644
--- a/Makefile
+++ b/Makefile
@@ -243,7 +243,7 @@ $(DOC_PDF): %.pdf : %.txt
 	a2x -f pdf cgitrc.5.txt
 
 clean: clean-doc
-	rm -f cgit VERSION *.o *.d
+	rm -f cgit VERSION *.o *.d tags
 
 clean-doc:
 	rm -f cgitrc.5 cgitrc.5.html cgitrc.5.pdf cgitrc.5.xml cgitrc.5.fo
-- 
1.7.11.7





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] Makefile: remove tags file
  2012-10-31 23:43 [PATCH] Makefile: remove tags file jamie.couture
@ 2012-11-01  4:27 ` Jason
  0 siblings, 0 replies; 2+ messages in thread
From: Jason @ 2012-11-01  4:27 UTC (permalink / raw)


Merged, thanks.
http://git.zx2c4.com/cgit/commit/?id=2b675d20bcc1bf7f520f2d614475c7d3857191ef




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-11-01  4:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-31 23:43 [PATCH] Makefile: remove tags file jamie.couture
2012-11-01  4:27 ` Jason

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).