diff --git a/Makefile b/Makefile index 1dbc15823f..bd611c3b9e 100644 --- a/Makefile +++ b/Makefile @@ -74,6 +74,7 @@ package: cp -p target/h2o.jar target/h2o-$(PROJECT_VERSION) cp -p target/h2o-sources.jar target/h2o-$(PROJECT_VERSION) cp -p packaging/README.txt target/h2o-$(PROJECT_VERSION) + sed "s/SUBST_PROJECT_VERSION/$(PROJECT_VERSION)/g" packaging/index.html > target/index.html cp -p LICENSE.txt target/h2o-$(PROJECT_VERSION) (cd target; zip -r h2o-$(PROJECT_VERSION).zip h2o-$(PROJECT_VERSION)) rm -fr target/h2o-$(PROJECT_VERSION) diff --git a/packaging/index.html b/packaging/index.html new file mode 100644 index 0000000000..820a3519f7 --- /dev/null +++ b/packaging/index.html @@ -0,0 +1,41 @@ + + + + + + + +Download H2O SUBST_PROJECT_VERSION + +

+H2O version SUBST_PROJECT_VERSION +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
PlatformContentDescriptionDownload
Windows (64-bit only)Installer packageFor the most user-friendly experience on Windows.h2o-SUBST_PROJECT_VERSION-windows-installer.exe
MacOSXInstaller packageFor the most user-friendly experience on a Mac.h2o-SUBST_PROJECT_VERSION-osx-installer.dmg
AnyZip fileFor Linux users, Hadoop users, or other command-line users on any platform.h2o-SUBST_PROJECT_VERSION.zip
+ + +