Correcting top-level makefile to automatically get all the supported languages, rathe...
authorDaniel Baumann <daniel@debian.org>
Wed, 18 May 2011 17:27:25 +0000 (19:27 +0200)
committerDaniel Baumann <daniel@debian.org>
Wed, 18 May 2011 17:27:25 +0000 (19:27 +0200)
Makefile

index cb931ca..4e579a3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 
 SHELL := sh -e
 
-LANGUAGES = de
+LANGUAGES = en $(shell cd manpages/po && ls)
 
 SCRIPTS = bin/* hooks/* scripts/live scripts/live-functions scripts/live-helpers scripts/*/*