From 7464a5cf9c46c6aa7a243933dea06663ffa11077 Mon Sep 17 00:00:00 2001
From: Brad Nelson
Date: Sat, 19 Jun 2021 18:04:20 -0700
Subject: [PATCH] Consistently label source code.
---
ueforth/Makefile | 2 +-
ueforth/site/linux.html | 2 +-
ueforth/site/windows.html | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ueforth/Makefile b/ueforth/Makefile
index 753862b..89c907a 100644
--- a/ueforth/Makefile
+++ b/ueforth/Makefile
@@ -370,6 +370,6 @@ $(DEPLOY)/app.yaml: $(RES)/eforth.ico \
cat site/internals.html | $(UE_REPLACE) >$(DEPLOY)/internals.html
cat site/classic.html | $(UE_REPLACE) >$(DEPLOY)/classic.html
-deploy: clean all
+deploy: all
cd out/deploy && gcloud app deploy -q --project esp32forth *.yaml
cd out/deploy && gcloud app deploy -q --project eforth *.yaml
diff --git a/ueforth/site/linux.html b/ueforth/site/linux.html
index 912040d..b3c5d03 100644
--- a/ueforth/site/linux.html
+++ b/ueforth/site/linux.html
@@ -33,7 +33,7 @@
http://github.com/flagxor/eforth
- - Complete Source Code (under ueforth)
+ - Complete Unprocessed Source Code (under ueforth)
µEforth
diff --git a/ueforth/site/windows.html b/ueforth/site/windows.html
index 039aec3..3bad053 100644
--- a/ueforth/site/windows.html
+++ b/ueforth/site/windows.html
@@ -37,7 +37,7 @@
http://github.com/flagxor/eforth
- - Complete Source Code (under ueforth)
+ - Complete Unprocessed Source Code (under ueforth)
µEforth