Skip to content

Commit f070054

Browse files
author
Robert Scheck
committed
Disable man pages for languages without any translation
1 parent af67182 commit f070054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ stamps/generate-docs.stamp: stamps/netx.stamp
903903
LANG_BACKUP=$$LANG ; \
904904
echo "<html><head><title>$(PLUGIN_VERSION)</title></head>" > "$$HTML_DOCS_INDEX" ; \
905905
echo "<body><h3>$(PLUGIN_VERSION) docs:</h3>" >> "$$HTML_DOCS_INDEX" ; \
906-
for LANG_ID in en_US.UTF-8 cs_CZ.UTF-8 pl_PL.UTF-8 de_DE.UTF-8 ; do \
906+
for LANG_ID in en_US.UTF-8 ; do \
907907
ID=`echo "$$LANG_ID" | head -c 2` ; \
908908
ENCOD=`echo "$$LANG_ID" | tail -c 6` ; \
909909
export LANG=$$LANG_ID; \

0 commit comments

Comments
 (0)