.uppweb POSIX in download table

git-svn-id: svn://ultimatepp.org/upp/trunk@9222 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
klugier 2015-11-23 19:45:58 +00:00
parent bdf293a8b8
commit 5b03a16d4d

View file

@ -679,7 +679,7 @@ String Downloads()
r << "{{1:1:1@L "
"[^app$ide$install$en-us.html^ U`+`+ for Windows with TDM64 toolchain]:: "
"[^app$ide$install$en-us.html^ U`+`+ for Windows without toolchain]:: "
"[^www$uppweb$uppx11$en-us.html^ Posix/X11 tarball]";
"[^www$uppweb$uppx11$en-us.html^ POSIX/X11 tarball]";
FindFile ff(AppendFileName(targetdir, "downloads/*.*"));
Vector<Time> tm;
Vector<String> fn;
@ -728,7 +728,7 @@ struct ProgramData {
("diffdir", diffdir)
("pdfdir", pdfdir)
("ftpUpload", ftpUpload)
("outPdf", outPdf)
("outPdf", outPdf)
("doSvn", doSvn)
("outHtml", outHtml)
;