/[webwml]/webwml/Makefile
ViewVC logotype

Contents of /webwml/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.32 - (show annotations) (download)
Thu Jan 30 12:53:40 2003 UTC (10 years, 3 months ago) by joy
Branch: MAIN
Changes since 1.31: +1 -1 lines
added slovene, it should build nicely
1 # Top-level Makefile for the Debian Web pages
2
3 LANGUAGES := english catalan chinese croatian danish dutch esperanto \
4 finnish french german greek hungarian indonesian italian \
5 japanese korean lithuanian norwegian polish portuguese \
6 romanian russian slovene spanish swedish turkish
7 # existing translations that have been removed due to neglect:
8 # arabic
9
10 LANGUAGES-install := $(addsuffix -install,$(LANGUAGES))
11 LANGUAGES-clean := $(addsuffix -clean,$(LANGUAGES))
12
13 .SUFFIXES:
14 .PHONY: install all clean $(LANGUAGES) $(LANGUAGES-install)
15
16 all: $(LANGUAGES)
17
18 install: $(LANGUAGES-install)
19 clean: $(LANGUAGES-clean)
20
21 $(LANGUAGES-install):
22 $(MAKE) -C $(subst -install,,$@) install
23
24 $(LANGUAGES-clean):
25 $(MAKE) -C $(subst -clean,,$@) clean
26
27 $(LANGUAGES):
28 $(MAKE) -C $@

  ViewVC Help
Powered by ViewVC 1.1.5