Hi All,
I want to improve the bug-assistent. I have created a simple patch that
allows you to do a make clean in the bug-directory of the website.
--
Greetings,
Rob Snelders
>From a6ac8a6702bb78b20fec34f5a87d0ecd70161918 Mon Sep 17 00:00:00 2001
From: Rob Snelders <programm...@ertai.nl>
Date: Sun, 15 Apr 2012 00:50:15 +0200
Subject: [PATCH] added make clean to the bugassistent
---
bug/Makefile | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/bug/Makefile b/bug/Makefile
index 56665d7..bd846fc 100644
--- a/bug/Makefile
+++ b/bug/Makefile
@@ -33,3 +33,6 @@ compose:
check:
perl sanity.pl TEST
+
+clean:
+ rm -f BugReport_Details.xhtml component_comments.xhtml subcomponents.xhtml components.xhtml query.xhtml versions.xhtml bug/bug.html
--
1.7.5.4
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice