aboutsummaryrefslogtreecommitdiff
path: root/build.py
diff options
context:
space:
mode:
Diffstat (limited to 'build.py')
-rw-r--r--build.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.py b/build.py
index 435a7ca..165ba78 100644
--- a/build.py
+++ b/build.py
@@ -258,12 +258,12 @@ def run_emacs_publish(dev_mode=True):
print(result.stderr, file=sys.stderr)
sys.exit(1)
- annoying_file = Path(".build/seijaku.html")
+ annoying_file = Path(".build/cleberg-net.html")
if annoying_file.exists():
os.remove(annoying_file)
else:
print(
- "Warning: .build/seijaku.html not found, but Emacs exited successfully."
+ "Warning: .build/cleberg-net.html not found, but Emacs exited successfully."
)