Removing accidentally twice included English files when installing manpages (Closes: #628897).

This commit is contained in:
Daniel Baumann 2011-06-03 10:55:03 +02:00
parent 7b92318f64
commit daa0dbb9de
1 changed files with 1 additions and 1 deletions

View File

@ -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/*/*