Il giorno mer 1 feb 2017 alle 11:16, zdenek.so...@seznam.cz ha scritto:
I'm trying to download this document: Uceni.pdf from
http://lilypond.org/learning.cs.html but I get a message: Not found
The requested URL /doc/v2.18/Documentation/learning.cs.pdf was not
found on this server. Can you fix this bug please?
Hi Zdenek
As far as I can see in the git log, the last update to czech
documentation dates back to August 2012.
The information may be inaccurate or incomplete for the current stable
(2.18).
If you feel like working on updating the translation of this manual,
let us know :-)
I'm Cc-ing the translation list.
It seems that PDF files are disabled for your language:
$ cat Documentation/cs/GNUmakefile
ISOLANG = cs
depth = ../..
STEPMAKE_TEMPLATES = documentation texinfo
LOCALSTEPMAKE_TEMPLATES = lilypond ly doc-i18n-root
NO_PDF_FILES = 1
If I comment the last line I get the PDF file (I'll send it privately
to you in the next mail).
@TRANSLATORS: ok if I comment that line and push to translation branch?
Same for japanese and chinese languages:
$ git grep -n NO_PDF_FILES
Documentation/cs/GNUmakefile:5:NO_PDF_FILES = 1
Documentation/ja/GNUmakefile:5:NO_PDF_FILES = 1
Documentation/nl/GNUmakefile:5:# NO_PDF_FILES = 1
Documentation/zh/GNUmakefile:5:NO_PDF_FILES = 1
make/doc-i18n-root-targets.make:4:ifneq ($(NO_PDF_FILES),)
make/doc-i18n-root-targets.make:7:ifeq ($(NO_PDF_FILES),)
These two languages still have a correct link to a PDF file, but in
english (this depends on texinfo source).
Don't know what's the purpose of this though.
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond