]> git.donarmstrong.com Git - lilypond.git/commitdiff
Build: fix version number for doctarballDevel.
authorGraham Percival <graham@percival-music.ca>
Sun, 17 Jan 2010 20:48:19 +0000 (20:48 +0000)
committerGraham Percival <graham@percival-music.ca>
Sun, 17 Jan 2010 20:48:19 +0000 (20:48 +0000)
Sorry for all these commits; it would be a royal pain to test this
on lilypond.org if I uploaded stuff manually.

scripts/build/create-weblinks-itexi.py

index 8e3391e065a3a03dac197e7c1638d3e558ce1aec..4cf5fb4b531a641529177ead36020718a2205c33 100644 (file)
@@ -226,7 +226,7 @@ print "@c ************************ Manual links ************"
 make_manual_links("Stable", VERSION_STABLE)
 make_manual_links("Devel", VERSION_DEVEL)
 make_doctarball_links("Stable", VERSION_STABLE)
-make_doctarball_links("Devel", VERSION_STABLE)
+make_doctarball_links("Devel", VERSION_DEVEL)
 
 print "@c ************************ Regtest links ************"
 make_regtest_links("Stable", VERSION_STABLE)