diff options
author | Daniel Baumann <daniel@debian.org> | 2011-05-18 19:38:12 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-05-18 19:38:12 +0200 |
commit | ceefa557a9180e2e4192050a1013cd3194f192d9 (patch) | |
tree | 840e87c84818ad2f77b20df2276f978c65462f79 /Makefile | |
parent | fa0f46840890d7a7217b52cf6167cfff84237e56 (diff) | |
download | vyos-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/*/* |