mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-02 06:05:45 +01:00
doc: do not install translated man pages if the language was not enabled in LINGUAS
When people cherry-pick the languages they want to install, they certainly do not care for man pages in other languages. So, instead of always installing them, the configure script will now automatically detect which ones need to be installed. Took opportunity to add a section in the I18N manual to invite contributors to think about the man pages if contribute to translations. Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
committed by
Carlos R. Mafra
parent
0a009143c3
commit
d6d165c29d
@@ -1,6 +1,7 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
SUBDIRS = build sk cs ru
|
||||
SUBDIRS = build @MANLANGDIRS@
|
||||
DIST_SUBDIRS = build cs ru sk
|
||||
|
||||
dist_man_MANS = \
|
||||
geticonset.1 \
|
||||
|
||||
Reference in New Issue
Block a user