Le 29/01/2013 17:20, Phil Holmes disait :
----- Original Message ----- From: "David Kastrup" <d...@gnu.org>
To: <lilypond-devel@gnu.org>
Sent: Tuesday, January 29, 2013 4:13 PM
Subject: Re: Make doc; create-weblinks and translations
"Phil Holmes" <m...@philholmes.net> writes:
As for getting rid of unmaintained output - I agree on balance. It
would be interesting to be told which languages are actively
maintained and which are moribund. I expect getting them out of the
build system to be as easy as getting a new one in. i.e. hard....
I'd not want to have them removed them from the build system. Just stop
linking to them and/or offering versions on our web pages.
The only way to get rid of them from the web pages (AFAIK) is to stop
them being built - i.e. remove them from the build system. Not
necessarily delete them from git.
There already is a simple way to exclude any translated version to be
built. In order to have only English, French and Italian, I modified
python/langdefs.py accordingly; you won't unfortunately get rid of the
complaining "create-weblinks-itexi: warning: [cs]: translation missing
for:..." due to a lacking 'cs' section in
script/build/create-weblinks-itexi.py (I could "pick" some from
Documentation/web/manuals and let the other in German in the meantime).
in python/langdefs.py:
@@ -70,10 +70,17 @@ nl = LanguageDef ('nl', 'nederlands')
zh = LanguageDef ('zh', '中文', enable_ly_identifier_l10n=False)
# Outdated or broken translations may be disabled
# (please run 'make doc-clean' before doing that):
#fr.enabled = False
+cs.enabled = False
+es.enabled = False
+de.enabled = False
+hu.enabled = False
+ja.enabled = False
+nl.enabled = False
+zh.enabled = False
HTH,
Jean-Charles
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel