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

This commit is contained in:
Daniel Baumann 2011-06-03 10:55:03 +02:00
parent 7b92318f64
commit daa0dbb9de

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