Removing accidentally twice included English files when installing manpages.
authorDaniel Baumann <daniel@debian.org>
Fri, 3 Jun 2011 08:56:11 +0000 (10:56 +0200)
committerDaniel Baumann <daniel@debian.org>
Fri, 3 Jun 2011 08:56:11 +0000 (10:56 +0200)
Makefile

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