From c521dc141ba3669ecf8dcc66602c5e34e3ed2690 Mon Sep 17 00:00:00 2001 From: Brad Nelson Date: Thu, 25 Feb 2021 22:57:08 -0800 Subject: [PATCH] More site fix. --- ueforth/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ueforth/Makefile b/ueforth/Makefile index b89695b..c33dd22 100644 --- a/ueforth/Makefile +++ b/ueforth/Makefile @@ -288,9 +288,9 @@ $(DEPLOY)/app.yaml: $(ARDUINO)/ESP32forth.zip \ cp -r $(WINDOWS)/uEf64.exe $(DEPLOY)/downloads/uEf64.exe cp -r $(RES)/eforth.ico $(DEPLOY)/downloads/favicon.ico cp site/.gcloudignore $(DEPLOY) - cat site/ESP32Forth.html | \ + cat site/ESP32forth.html | \ sed "s/{{VERSION}}/${VERSION}/g" | \ - sed "s/{{REVISION}}/${REVISION}/g" > $(DEPLOY)/ESP32Forth.html + sed "s/{{REVISION}}/${REVISION}/g" > $(DEPLOY)/ESP32forth.html cat site/windows.html | \ sed "s/{{VERSION}}/${VERSION}/g" | \ sed "s/{{REVISION}}/${REVISION}/g" > $(DEPLOY)/windows.html