/[webwml]/cdimage/Makefile
ViewVC logotype

Contents of /cdimage/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (show annotations) (download)
Fri Apr 27 02:32:55 2001 UTC (12 years ago) by porridge
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +1 -1 lines
addition of Polish translation
1 # Top-level Makefile for the Debian Web pages
2
3 languages := english polish
4
5 languages-install := $(addsuffix -install,$(languages))
6
7 .SUFFIXES:
8 .PHONY: install all $(languages) $(languages-install)
9
10 all: $(languages)
11
12 install: $(languages-install)
13
14 $(languages):
15 $(MAKE) -C $@
16
17 $(languages-install):
18 $(MAKE) -C $(subst -install,,$@) install

  ViewVC Help
Powered by ViewVC 1.1.5