]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/build/create-weblinks-itexi.py
issue 4857: update doc tarball link
[lilypond.git] / scripts / build / create-weblinks-itexi.py
index 1aca956ad439463f7c9275b55c961dd5c0696821..e631c27fd8b43a5e7c75792be202237fadfb9d3d 100644 (file)
@@ -28,7 +28,7 @@ depth = "../"
 
 # Get/update node translations
 '''
-for i in cs de es fr hu it ja nl zh; do
+for i in ca cs de es fr hu it ja nl zh; do
     echo "'"$i"': {"
     (echo '--' ; grep -nH -B1 translationof Documentation/$i/web/* ) \
         | pytt '^--\n.*@(?:unnum|sub)[^ ]* (.*)\n.*@translationof (.*)\n' "'\2': '\1',\n" \
@@ -554,7 +554,7 @@ def make_regtest_links(name, version, lang):
         getTrans("PDF of lilypond-book regtests for ", lang)+version)
 
 def make_doctarball_links(name, version, lang):
-    url = depth + "download/binaries/documentation/lilypond-"
+    url = depth + "downloads/binaries/documentation/lilypond-"
     # ugly FIXME, but proper build number support isn't Critical.
     url += version + "-1"
     url += ".documentation.tar.bz2"