aboutsummaryrefslogtreecommitdiffstats
path: root/spanish/Makefile
diff options
context:
space:
mode:
authorSpanish Language Team <spanish>1998-11-05 21:33:06 +0000
committerSpanish Language Team <spanish>1998-11-05 21:33:06 +0000
commitaba899dcebf90ec79ddc3f7b2526b5b3b923f5f9 (patch)
tree27595b533c2ff65ce6661a0348b347ccc2aaea7a /spanish/Makefile
parent6ae8f9350746cb10f008607151b7fcfcc6f0584f (diff)
Fixed all things to work with current status, hope this makes
Spanish translation available. Many files need still to be translated. CVS version numbers spanish/Makefile: 1.3 -> 1.4
Diffstat (limited to 'spanish/Makefile')
-rw-r--r--spanish/Makefile46
1 files changed, 20 insertions, 26 deletions
diff --git a/spanish/Makefile b/spanish/Makefile
index 0cc0919ee7e..00ef42a5855 100644
--- a/spanish/Makefile
+++ b/spanish/Makefile
@@ -1,31 +1,25 @@
-BASE=.
-HTMLDIR=$(BASE)/../../debian.org
-TEMPLDIR=$(BASE)/template/debian
-ENGLISHSRCDIR=$(BASE)/../english
+# This Makefile should need no changes from webwml/english/Makefile
+# Please send a message to debian-www if you need to modify anything
+# so the problem can be fixed.
-include $(BASE)/Make.lang
+WMLBASE=.
+CUR_DIR=
+# list any subdirectories in the following variable. Any directories listed
+# must exist or the make will not work
+SUBS=2.0 MailingLists devel distrib doc intro logos
+# Todavia no se han traducido todos los directorios
+#SUBS=2.0 MailingLists News SPI devel distrib doc events intro logos mirror \
+#ports security
-WMLFILES := $(wildcard *.wml)
-HTMLFILES := $(patsubst %.wml,$(HTMLDIR)/%.html.$(LANGUAGE),$(WMLFILES))
+include $(WMLBASE)/Make.lang
+include $(WMLBASE)/Make.common
-# EPILOG=--epilog=weblint
-$(HTMLDIR)/%.html.$(LANGUAGE) : %.wml $(TEMPLDIR)/template.wml $(TEMPLDIR)/languages.wml
- wml -q $(EPILOG) $(<F)
+include $(WMLBASE)/Make.dep.generic
+include $(WMLBASE)/Make.dep.templ
-all: $(HTMLFILES)
- ( cd 2.0; $(MAKE) )
- ( cd MailingLists; $(MAKE) )
- ( cd News; $(MAKE) )
- ( cd SPI; $(MAKE) )
- ( cd devel; $(MAKE) )
- ( cd distrib; $(MAKE) )
- ( cd doc; $(MAKE) )
- ( cd intro; $(MAKE) )
- ( cd logos; $(MAKE) )
- ( cd ports; $(MAKE) )
- ( cd security; $(MAKE) )
+# Do Not modify the following line
+index.html.$(LANGUAGE): index.wml $(TEMPLDIR)/mainpage.wml \
+ $(wildcard News/1998/1998*.wml) $(wildcard $(ENGLISHSRCDIR)/News/1998/1998*.wml) \
+ $(TEMPLDIR)/ctime.wml $(TEMPLDIR)/recent_list.wml $(TEMPLDIR)/languages.wml
+ $(WML) index.wml
-include $(BASE)/Make.templ.inc
-
-$(HTMLDIR)/index.html.$(LANGUAGE): index.wml $(TEMPLDIR)/mainpage.wml $(TEMPLDIR)/ctime.wml $(TEMPLDIR)/recent_news.wml $(TEMPLDIR)/languages.wml
- wml -q index.wml

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