From 284a85670bfd8788f6a81acda396a0307bb889bd Mon Sep 17 00:00:00 2001 From: Simon Paillard Date: Fri, 26 Feb 2010 22:12:44 +0000 Subject: Clean target: remove en-{gb|us}.html files/links <20100128204437.GH3593@dedibox.ebzao.info> CVS version numbers Makefile.common: 1.100 -> 1.101 --- Makefile.common | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index 0e78c5f85c1..3d4dfe6b03d 100644 --- a/Makefile.common +++ b/Makefile.common @@ -72,6 +72,9 @@ $(existing-SUBS-install): clean:: rm -f *.$(LANGUAGE).html *~ *.forced +ifeq "$(LANGUAGE)" "en" + rm -f *.en-us.html *.en-gb.html +endif clean:: $(existing-SUBS-clean) $(existing-SUBS-clean): @@ -79,6 +82,9 @@ $(existing-SUBS-clean): cleandest:: rm -f $(HTMLDIR)/*.$(LANGUAGE).html +ifeq "$(LANGUAGE)" "en" + rm -f $(HTMLDIR)/*.en-us.html $(HTMLDIR)/*.en-gb.html +endif cleandest:: $(existing-SUBS-cleandest) $(existing-SUBS-cleandest): -- cgit v1.2.3