aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/Makefile
diff options
context:
space:
mode:
authorJapanese Language Team <japanese>1998-11-23 10:42:09 +0000
committerJapanese Language Team <japanese>1998-11-23 10:42:09 +0000
commitd9ba827a4e4c7c9c1a3114ad6df4b48c49ad9bda (patch)
tree91928087cfa017c49d5d41c55084efec902bd3d2 /japanese/Makefile
parent46232b20e0b9b313d8fbcc6640c9f1e005e93fc4 (diff)
Adapted for new Makefile structure.
CVS version numbers japanese/Make.lang: 1.4 -> 1.5 japanese/Makefile: 1.11 -> 1.12 japanese/contact.wml: 1.2 -> 1.3 japanese/social_contract.wml: 1.7 -> 1.8 japanese/News/Makefile: 1.3 -> 1.4 japanese/News/index.wml: 1.4 -> 1.5 japanese/News/1998/19981016.wml: 1.1 -> 1.2 japanese/News/1998/Makefile: 1.2 -> 1.3 japanese/devel/Makefile: 1.1 -> 1.2 japanese/distrib/Makefile: 1.2 -> 1.3 japanese/distrib/index.wml: 1.4 -> 1.5 japanese/intro/Makefile: 1.1 -> 1.2 japanese/intro/about.wml: 1.5 -> 1.6
Diffstat (limited to 'japanese/Makefile')
-rw-r--r--japanese/Makefile42
1 files changed, 14 insertions, 28 deletions
diff --git a/japanese/Makefile b/japanese/Makefile
index b8c8661e9d4..0eb6889474d 100644
--- a/japanese/Makefile
+++ b/japanese/Makefile
@@ -2,36 +2,22 @@
# Please send a message to debian-www if you need to modify anything
# so the problem can be fixed.
-BASE=.
-HTMLDIR=$(BASE)/../../debian.org
-TEMPLDIR=$(BASE)/template/debian
-# Do Not modify the following line
-ENGLISHSRCDIR=$(BASE)/../english
-
-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 News SPI devel distrib doc events intro logos mirror \
+ports security Pics
+include $(WMLBASE)/Make.lang
+include $(WMLBASE)/Make.common
-# Comment out any lines for which the directory doesn't exist.
-# The '#' should be after the <tab> or the following lines won't
-# execute with some versions of make
-all: $(HTMLFILES) $(JPGDEST)
-# ( 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) )
-
-include $(BASE)/Make.templ.inc
+include $(WMLBASE)/Make.dep.generic
+include $(WMLBASE)/Make.dep.templ
# Do Not modify the following line
-$(HTMLDIR)/index.html.$(LANGUAGE): index.wml \
- $(wildcard News/1998/1998*.wml) $(TEMPLDIR)/mainpage.wml \
- $(TEMPLDIR)/ctime.wml $(TEMPLDIR)/recent_list.wml $(TEMPLDIR)/languages.wml
+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
- -rm -f $(@F)
+

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