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