summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2011-06-03 10:55:03 +0200
committerDaniel Baumann <daniel@debian.org>2011-06-03 10:55:03 +0200
commitdaa0dbb9de7b742dc6bd9c11cf6f4630721a40f5 (patch)
tree350b3cf68fb8fd85fb7f77b996af2862d2e518f9 /Makefile
parent7b92318f6459ecd9f5d620a8b7012f70bf5c9bf1 (diff)
downloadvyos-live-build-daa0dbb9de7b742dc6bd9c11cf6f4630721a40f5.tar.gz
vyos-live-build-daa0dbb9de7b742dc6bd9c11cf6f4630721a40f5.zip
Removing accidentally twice included English files when installing manpages (Closes: #628897).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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/*/*