aboutsummaryrefslogtreecommitdiffstats
path: root/spanish/Makefile
diff options
context:
space:
mode:
authorDavid Martinez <dmartinez>2001-10-29 03:01:20 +0000
committerDavid Martinez <dmartinez>2001-10-29 03:01:20 +0000
commit81ae68d1bfe4043f7cca78c833c002d646977ad2 (patch)
tree919cacf726f7c08833ca076ab29d2a74867a85e0 /spanish/Makefile
parent7f7109942a97bcee02a86d77e59bb540ebf7fa6c (diff)
Bunch of Makefile's changed in english/ time ago and not updated.
CVS version numbers spanish/Makefile: 1.33 -> 1.34 spanish/MailingLists/Makefile: 1.6 -> 1.7 spanish/News/1997/Makefile: 1.6 -> 1.7 spanish/News/weekly/Makefile: 1.9 -> 1.10 spanish/devel/website/Makefile: 1.1 -> 1.2 spanish/distrib/Makefile: 1.10 -> 1.11 spanish/events/Makefile: 1.3 -> 1.4 spanish/mirror/Makefile: 1.5 -> 1.6 spanish/ports/alpha/Makefile: 1.8 -> 1.9 spanish/vote/2000/Makefile: 1.1 -> 1.2
Diffstat (limited to 'spanish/Makefile')
-rw-r--r--spanish/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/spanish/Makefile b/spanish/Makefile
index a3a5e20e700..e0da501795a 100644
--- a/spanish/Makefile
+++ b/spanish/Makefile
@@ -23,11 +23,6 @@ SITEMAP = $(sort $(foreach i,$(SUBLANG),\
HTMLMAP = $(patsubst %.html,$(HTMLDIR)/%.html,$(SITEMAP))
endif
-ifeq "$(LANGUAGE)" "en"
-IMGFILES += favicon.ico
-IMGDESTFILES += $(HTMLDIR)/favicon.ico
-endif
-
index.$(LANGUAGE).html: index.wml $(TEMPLDIR)/mainpage.wml \
$(wildcard News/$(CUR_YEAR)/[0-9]*.wml) $(wildcard $(ENGLISHSRCDIR)/News/$(CUR_YEAR)/[0-9]*.wml) \
$(wildcard security/$(CUR_YEAR)/dsa-[0-9]*.wml) $(wildcard $(ENGLISHSRCDIR)/security/$(CUR_YEAR)/dsa-[0-9]*.wml) \
@@ -68,4 +63,8 @@ endif
all:: $(SITEMAP)
install:: $(HTMLMAP)
+ifeq "$(LANGUAGE)" "en"
+ test -f $(HTMLDIR)/favicon.ico || install -m 664 favicon.ico $(HTMLDIR)
test -L $(HTMLDIR)/intl || ln -sf international $(HTMLDIR)/intl
+ test -L $(HTMLDIR)/mirrors || ln -sf mirror $(HTMLDIR)/mirrors
+endif

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