/[webwml]/webwml/Makefile
ViewVC logotype

Contents of /webwml/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.20 - (hide annotations) (download)
Sat Sep 30 18:03:57 2000 UTC (12 years, 8 months ago) by joy
Branch: MAIN
Changes since 1.19: +8 -8 lines
 should be used here
1 joy 1.16 # Top-level Makefile for the Debian Web pages
2    
3     LANGUAGES := arabic chinese croatian danish dutch english esperanto finnish \
4     french german hungarian italian japanese korean norwegian \
5     polish portuguese romanian russian spanish swedish turkish
6 joy 1.20 LANGUAGES-install := $(addsuffix -install,$(LANGUAGES))
7 joy 1.16
8 joy 1.18 .SUFFIXES:
9 joy 1.20 .PHONY: install all $(LANGUAGES) $(LANGUAGES-install)
10 joy 1.17
11 joy 1.20 install: $(LANGUAGES-install)
12 joy 1.19
13 joy 1.20 all: $(LANGUAGES)
14 joy 1.19
15 joy 1.20 $(LANGUAGES-install):
16     $(MAKE) -C $(subst -install,,$@) install
17 joy 1.18
18 joy 1.20 $(LANGUAGES):
19     $(MAKE) -C $@

  ViewVC Help
Powered by ViewVC 1.1.5