aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 80fd5252c125a1f89be7cce07f5620a2cda0e8a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
# 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: all
all:
	for d in ${LANGUAGES}; do $(MAKE) -C $$d install; done

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