/[webwml]/webwml/arabic/Makefile
ViewVC logotype

Diff of /webwml/arabic/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by joy, Sun Nov 12 18:27:47 2000 UTC revision 1.7 by joy, Tue Jan 30 19:27:22 2001 UTC
# Line 5  Line 5 
5  WMLBASE=.  WMLBASE=.
6  CUR_DIR=  CUR_DIR=
7  SUBS=Bugs MailingLists News Pics consultants devel distrib doc events intro \  SUBS=Bugs MailingLists News Pics consultants devel distrib doc events intro \
8  international logos mirror misc partners ports releases security vote y2k  international logos mirror misc partners ports releases security vote y2k \
9    chinese searchtmpl
10    
11  include $(WMLBASE)/Make.lang  include $(WMLBASE)/Make.lang
12    
13    CUR_YEAR ?= $(shell date +%Y)
14    
15  # Do Not modify the following line  # Do Not modify the following line
16  index.$(LANGUAGE).html: index.wml $(TEMPLDIR)/mainpage.wml \  index.$(LANGUAGE).html: index.wml $(TEMPLDIR)/mainpage.wml \
17                  $(wildcard News/2000/2000*.wml) $(wildcard $(ENGLISHSRCDIR)/News/2000/2000*.wml) \                  $(wildcard News/$(CUR_YEAR)/[0-9]*.wml) $(wildcard $(ENGLISHSRCDIR)/News/$(CUR_YEAR)/[0-9]*.wml) \
18                  $(wildcard security/2000/2000*.wml) $(wildcard $(ENGLISHSRCDIR)/security/2000/2000*.wml) \                  $(wildcard security/$(CUR_YEAR)/dsa-[0-9]*.wml) $(wildcard $(ENGLISHSRCDIR)/security/$(CUR_YEAR)/dsa-[0-9]*.wml) \
19                  $(TEMPLDIR)/ctime.wml $(TEMPLDIR)/recent_list.wml $(TEMPLDIR)/languages.wml \                  $(TEMPLDIR)/ctime.wml $(TEMPLDIR)/recent_list.wml $(TEMPLDIR)/languages.wml \
20                  $(ENGLISHSRCDIR)/releases/info                  $(ENGLISHSRCDIR)/releases/info
21          $(WML) index.wml          $(WML) index.wml
22    
23    install::
24            test -L $(HTMLDIR)/intl || ln -sf international $(HTMLDIR)/intl

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.5