]> git.donarmstrong.com Git - lilypond.git/commitdiff
Web: add link for doc tarballs.
authorGraham Percival <graham@percival-music.ca>
Sun, 17 Jan 2010 20:43:30 +0000 (20:43 +0000)
committerGraham Percival <graham@percival-music.ca>
Sun, 17 Jan 2010 20:43:30 +0000 (20:43 +0000)
Unfortunately it's just the "all-in-one" tarball; making distinct
format tarballs is still an open Postponed item in the tracker.

Documentation/web/community.itexi
Documentation/web/manuals.itexi
scripts/build/create-weblinks-itexi.py

index bfc389fa47910e712cac0bc9c4f3553ae9e82311..03257ca63ac0ab7ac07bec52799741e3d3876b03 100644 (file)
@@ -742,6 +742,13 @@ manuals can be found at @url{http://lilypond.org}}
 @tab
 @docLinkPdf{Internals,internals,@manualDevelInternalsPdf}
 
+@ifset web_version
+@headitem Downloadable
+
+@item
+@doctarballDevel
+@end ifset
+
 @end multitable
 
 @divEnd
index ef207486355980712a61540700eaf98a3101a282..8a0725a134eff059d3719154d025a787f25f80ff 100644 (file)
@@ -471,26 +471,21 @@ TODO: fix and generate in Texinfo.
 @divClass{column-left-top}
 @subheading Downloadable versions
 
-@help{compare tarball vs. zip size, ask about windows users
-dealing with tarballs (both gz and bz2), etc.}
-
-@help{on second thought, wait until the new doc build.  write an
-apology here for no tarballs}
+@ifclear web_version
+Downloadable tarballs only available at @uref{http://lilypond.org}
+@end ifclear
+@ifset web_version
 
 @divClass{keep-bullets}
 @itemize
 
-@item html-split zip
-
-@item html-big zip
-
-@item pdf zip
-
-@item info zip maybe?!?!
+@item @doctarballStable
 
 @end itemize
 
 @divEnd
+@end ifset
+
 @divEnd
 
 @divClass{column-right-bottom}
index ec711c729daedb151cb601089e653820f3068dff..c4e13172bdc41a689d0dc2ea38aae4e7db6b0f19 100644 (file)
@@ -206,6 +206,12 @@ def make_regtest_links(name, version):
     make_ver_link("regtest"+name+"XmlPdf", url+"musicxml/collated-files.html",
         "pdf of "+version+" musicxml regtests")
 
+def make_doctarball_links(name, version):
+    url = depth + "download/binaries/documentation/lilypond-"
+    url += version
+    url += ".documentation.tar.bz2"
+    make_ver_link("doctarball"+name, url, "Doc tarball for "+version)
+
 print "@c ************************ Download binaries ************"
 make_all_downloads("Stable", VERSION_STABLE)
 make_all_downloads("Devel", VERSION_DEVEL)
@@ -218,6 +224,8 @@ make_download_source("downloadDevelSource", "v2.13", VERSION_DEVEL)
 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)
 
 print "@c ************************ Regtest links ************"
 make_regtest_links("Stable", VERSION_STABLE)