meso-web

Sources of the |Méso|Star> website
git clone git://git.meso-star.fr/meso-web.git
Log | Files | Refs | README | LICENSE

commit cd07da1e8c6d93a0be7e65289dfad0cd7489b001
parent 8d62300c2f175bdeb0868c2908dfdc08d7d1c71e
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 19 Nov 2018 15:23:42 +0100

Fix URLs and add a solstice.html fallback

Diffstat:
MMakefile | 5+++--
Mkspectrum/Makefile | 2+-
Mmisc/Makefile | 4++--
Mstar-engine/star-engine.html.in | 12++++++------
4 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/Makefile b/Makefile @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -REMOTE=OVH:www/projects/ +REMOTE=OVH:www/projects2 SUBDIRS=schiff solstice star-engine stardis kspectrum misc .PHONY: default all publish @@ -26,4 +26,5 @@ clean: @for subdir in ${SUBDIRS}; do make -C $$subdir clean; done publish: - @for subdir in ${SUBDIRS}; do make -C $$subdir publish; done + @for subdir in ${SUBDIRS}; do REMOTE=${REMOTE} make -C $$subdir publish; done + rsync -avz index.html solstice.html meso.css ${REMOTE} diff --git a/kspectrum/Makefile b/kspectrum/Makefile @@ -28,5 +28,5 @@ clean: rm kspectrum.html publish: - rsync -arvz kspectrum.html ${IMG} downloads/ ${REMOTE}/kspectrum/ + rsync -arvz kspectrum.html ${IMG} downloads ${REMOTE}/kspectrum/ diff --git a/misc/Makefile b/misc/Makefile @@ -22,8 +22,8 @@ all: ${SRC} @sh misc.sh publish: - rsync -avz about.html pgp_signature.html ${REMOTE}/misc/ + rsync -avz about.html pgp_signatures.html ${REMOTE}/misc/ clean: - rm -rf about.html pgp_signature.html + rm -rf about.html pgp_signatures.html diff --git a/star-engine/star-engine.html.in b/star-engine/star-engine.html.in @@ -6,16 +6,16 @@ <p><b>Download Star-Engine ${VERSION}</b></p> <ul> <li>GNU/Linux: - <a href="downloads/star-engine/Star-Engine-${VERSION}-GNU-Linux64.tar.gz">tarball</a> / - <a href="downloads/star-engine/Star-Engine-${VERSION}-GNU-Linux64.tar.gz.sig">pgp</a></li> + <a href="downloads/Star-Engine-${VERSION}-GNU-Linux64.tar.gz">tarball</a> / + <a href="downloads/Star-Engine-${VERSION}-GNU-Linux64.tar.gz.sig">pgp</a></li> <li>Windows: - <a href="downloads/star-engine/Star-Engine-${VERSION}-Win64.zip">zip</a> / - <a href="downloads/star-engine/Star-Engine-${VERSION}-Win64.zip.sig">pgp</a></li> + <a href="downloads/Star-Engine-${VERSION}-Win64.zip">zip</a> / + <a href="downloads/Star-Engine-${VERSION}-Win64.zip.sig">pgp</a></li> </ul> <ul> <li>Sources: - <a href="downloads/star-engine/Star-Engine-${VERSION}-Sources.zip">zip</a> / - <a href="downloads/star-engine/Star-Engine-${VERSION}-Sources.zip.sig">pgp</a></li> + <a href="downloads/Star-Engine-${VERSION}-Sources.zip">zip</a> / + <a href="downloads/Star-Engine-${VERSION}-Sources.zip.sig">pgp</a></li> </ul> </div>