Author: arma Date: 2011-09-12 09:51:43 +0000 (Mon, 12 Sep 2011) New Revision: 25063
Modified: website/trunk/Makefile.common Log: make make clean delete stray html and .dep files
we had left them alone if they didn't have a parent wml file, which meant we left behind old translations of pages that no longer have a large enough fraction of translated strings.
fixes bug 4000.
Modified: website/trunk/Makefile.common =================================================================== --- website/trunk/Makefile.common 2011-09-10 16:59:02 UTC (rev 25062) +++ website/trunk/Makefile.common 2011-09-12 09:51:43 UTC (rev 25063) @@ -305,7 +305,7 @@
dep: $(DEPFILES) clean: - rm -f $(HTMLFILES) $(DEPFILES) + rm -f *.html.* .deps/*.html.*.d for sub in $(SUBDIRS); do \ $(MAKE) -C "$$sub" WMLBASE=../$(WMLBASE) clean; \ done
tor-commits@lists.torproject.org