From daa0dbb9de7b742dc6bd9c11cf6f4630721a40f5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 3 Jun 2011 10:55:03 +0200 Subject: [PATCH] Removing accidentally twice included English files when installing manpages (Closes: #628897). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b1d4f72fc..d6945378f 100644 --- 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 = cgi/* functions/* examples/*/*.sh examples/auto/* scripts/*.sh scripts/*/*