aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 8ce999f722e88f4c9fac024405ea3d50ccb8577f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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

.SUFFIXES: 
.PHONY: install all ${LANGUAGES}

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

${LANGUAGES}:
	${MAKE} -C $@

all: ${LANGUAGES}

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