[Checkins] SVN: bluebream/website/main/Makefile add 'clean' again

Baiju M baiju.m.mail at gmail.com
Mon Aug 16 07:39:27 EDT 2010


Log message for revision 115698:
  add 'clean' again
  

Changed:
  U   bluebream/website/main/Makefile

-=-
Modified: bluebream/website/main/Makefile
===================================================================
--- bluebream/website/main/Makefile	2010-08-16 11:35:06 UTC (rev 115697)
+++ bluebream/website/main/Makefile	2010-08-16 11:39:27 UTC (rev 115698)
@@ -12,12 +12,15 @@
 PAPEROPT_letter = -D latex_paper_size=letter
 ALLSPHINXOPTS   = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
 
-.PHONY: help html
+.PHONY: help clean html
 
 help:
 	@echo "Please use \`make <target>' where <target> is one of"
 	@echo "  html      to make standalone HTML files"
 
+clean:
+	-rm -rf $(BUILDDIR)/*
+
 html:
 	$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)
 	@echo



More information about the checkins mailing list