[PATCH] Makefile: remove tags file
Jamie Couture
jamie.couture at gmail.com
Thu Nov 1 00:43:12 CET 2012
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
More information about the CGit
mailing list