aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorSimon Paillard <spaillard>2010-02-26 22:12:44 +0000
committerSimon Paillard <spaillard>2010-02-26 22:12:44 +0000
commit284a85670bfd8788f6a81acda396a0307bb889bd (patch)
tree5f103ae11ff099fc0735a8488b98d5fc139af6ed /Makefile.common
parent243ba535852c7a63c289849d1d5b725b053bb2da (diff)
Clean target: remove en-{gb|us}.html files/links <20100128204437.GH3593@dedibox.ebzao.info>
CVS version numbers Makefile.common: 1.100 -> 1.101
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common6
1 files changed, 6 insertions, 0 deletions
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):

© 2014-2024 Faster IT GmbH | imprint | privacy policy