diff options
author | nathan <nathansmith@disroot.org> | 2025-08-10 15:02:05 -0600 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-08-10 15:02:05 -0600 |
commit | 3e36028d99b21d8946085be6b3597b63d1ed14d1 (patch) | |
tree | 9dc0c1ea8f22394243097205dfc10cf829ad48ae /org/blog/Makefile | |
parent | 0880780d5744d346ad44f4552cd25f8f5169a940 (diff) |
Better blog format
Diffstat (limited to 'org/blog/Makefile')
-rw-r--r-- | org/blog/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/org/blog/Makefile b/org/blog/Makefile index 8739424..b283685 100644 --- a/org/blog/Makefile +++ b/org/blog/Makefile @@ -2,11 +2,11 @@ all: @echo Generating feed ./generate-feed.scm > feed.xml - @echo Generating html - ./generate-html.scm > index.xhtml + @echo Generating xhtml + ./generate-xhtml.scm @echo Generating gopher phlog ./generate-phlog.scm .PHONY: clean clean: - rm feed.xml index.xhtml articles/*.txt gophermap + rm feed.xml index.xhtml articles/*.txt articles/*.xhtml gophermap |