From: Daniel Baumann Date: Fri, 3 Jun 2011 08:56:11 +0000 (+0200) Subject: Removing accidentally twice included English files when installing manpages. X-Git-Tag: debian/3.0_a18-1~1 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=a40e47731044154f768b79f2713b5688f2a3d83f Removing accidentally twice included English files when installing manpages. --- diff --git a/Makefile b/Makefile index 4e579a3..138886c 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 = bin/* hooks/* scripts/live scripts/live-functions scripts/live-helpers scripts/*/*