/[webwml]/webwml/Makefile
ViewVC logotype

Contents of /webwml/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.43 - (hide annotations) (download)
Wed Nov 14 12:06:07 2007 UTC (5 years, 6 months ago) by djpig
Branch: MAIN
Changes since 1.42: +1 -1 lines
Add basic tamil translation by Sri Ramadoss M <shriramadhas -at- gmail com>
1 joy 1.16 # Top-level Makefile for the Debian Web pages
2    
3 djpig 1.40 LANGUAGES := english arabic armenian bulgarian catalan chinese croatian czech \
4 joy 1.35 danish dutch esperanto finnish french german greek \
5     hungarian indonesian italian japanese korean lithuanian \
6 jseidel 1.42 norwegian persian polish portuguese romanian russian slovak slovene \
7 djpig 1.43 spanish swedish tamil turkish ukrainian
8 treacy 1.22
9 joy 1.20 LANGUAGES-install := $(addsuffix -install,$(LANGUAGES))
10 joey 1.25 LANGUAGES-clean := $(addsuffix -clean,$(LANGUAGES))
11 joy 1.16
12 joy 1.18 .SUFFIXES:
13 joey 1.26 .PHONY: install all clean $(LANGUAGES) $(LANGUAGES-install)
14 joy 1.17
15 joey 1.25 all: $(LANGUAGES)
16    
17 joy 1.20 install: $(LANGUAGES-install)
18 joey 1.24 clean: $(LANGUAGES-clean)
19 kraai 1.41 rm -fr locale
20 joy 1.19
21 joy 1.20 $(LANGUAGES-install):
22     $(MAKE) -C $(subst -install,,$@) install
23 joey 1.24
24     $(LANGUAGES-clean):
25     $(MAKE) -C $(subst -clean,,$@) clean
26 joy 1.18
27 joy 1.20 $(LANGUAGES):
28     $(MAKE) -C $@

  ViewVC Help
Powered by ViewVC 1.1.5