summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2011-05-18 19:38:12 +0200
committerDaniel Baumann <daniel@debian.org>2011-05-18 19:38:12 +0200
commitceefa557a9180e2e4192050a1013cd3194f192d9 (patch)
tree840e87c84818ad2f77b20df2276f978c65462f79 /Makefile
parentfa0f46840890d7a7217b52cf6167cfff84237e56 (diff)
downloadvyos-live-build-ceefa557a9180e2e4192050a1013cd3194f192d9.tar.gz
vyos-live-build-ceefa557a9180e2e4192050a1013cd3194f192d9.zip
Correcting top-level makefile to automatically get all the supported languages, rather than defining a static list.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5820db16d..3537006b2 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
SHELL := sh -e
-LANGUAGES = de
+LANGUAGES = en $(shell cd manpages/po && ls)
SCRIPTS = cgi/* functions/* examples/*/*.sh examples/auto/* scripts/*.sh scripts/*/*