<newsletter:master> add make clean feature

Dominic Hopf git-noreply at xxxxx
Thu Mar 24 22:51:03 UTC 2011


Updating branch refs/heads/master
         to 30854ea1e68fe9a47041f455248d515f8f8ce451 (commit)
       from 92998a79018b2d6245b224660f28c3321bc1196e (commit)

commit 30854ea1e68fe9a47041f455248d515f8f8ce451
Author: Dominic Hopf <dmaphy at fedoraproject.org>
Date:   Thu Mar 24 23:36:06 2011 +0100

    add make clean feature

 Makefile |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 9e1d6f6..44a6680 100644
--- a/Makefile
+++ b/Makefile
@@ -11,3 +11,9 @@ latex:
 
 odt:
 	rst2odt vol_$(VOL)/newsletter_$(VOL).rst > vol_$(VOL)/newsletter_$(VOL).odt
+
+clean:
+	rm -f vol_$(VOL)/newsletter_$(VOL).html
+	rm -f vol_$(VOL)/newsletter_$(VOL).pdf
+	rm -f vol_$(VOL)/newsletter_$(VOL).odt
+	rm -f vol_$(VOL)/newsletter_$(VOL).tex



More information about the Newsletter-Commits mailing list