diff options
author | nathansmith <nathansmith@posteo.com> | 2025-05-23 08:22:49 -0600 |
---|---|---|
committer | nathansmith <nathansmith@posteo.com> | 2025-05-23 08:22:49 -0600 |
commit | cf8b8c70cf01e8e369173138122a4043a132989c (patch) | |
tree | 232f2c508147f84fc69824511ff3c2d5706a09f1 /org/blog/Makefile | |
parent | 4e749697600bab526b1cf51bcca493f6d31d2e34 (diff) |
Fixed up blog a bit
Diffstat (limited to 'org/blog/Makefile')
-rw-r--r-- | org/blog/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org/blog/Makefile b/org/blog/Makefile index 4e13f8c..e644a6d 100644 --- a/org/blog/Makefile +++ b/org/blog/Makefile @@ -3,8 +3,8 @@ all: @echo Generating feed ./generate_feed.scm > feed.xml @echo Generating html - ./generate_html.scm > index.html + ./generate_html.scm > index.xhtml .PHONY: clean clean: - rm feed.xml index.html + rm feed.xml index.xhtml |