Correcting top-level makefile to automatically get all the supported languages, rather than defining a static list.

This commit is contained in:
Daniel Baumann 2011-05-18 19:38:12 +02:00
parent fa0f468408
commit ceefa557a9
1 changed files with 1 additions and 1 deletions

View File

@ -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/*/*