aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: bff462246bf28d9645ed1f5a41dadd3cb8557296 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Top-level Makefile for the Debian Web pages

LANGUAGES := arabic chinese croatian danish dutch english esperanto finnish \
             french german hungarian italian japanese korean norwegian \
             polish portuguese romanian russian spanish swedish turkish

.PHONY: default all install

default: install

all:
	for d in ${LANGUAGES}; do $(MAKE) -C $$d; done

install:
	for d in ${LANGUAGES}; do $(MAKE) -C $$d install; done

© 2014-2024 Faster IT GmbH | imprint | privacy policy