summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-02-24 00:13:15 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-02-24 00:13:15 +0100
commit1a7fe7b8f9f4b8fd51deb35f5b8ac164af55289f (patch)
tree6e81efb27d9c622547dc1c38c2fb4bdfe12bc0ec /Makefile
parente7f27b935fd8a18f954275a99554c1a1bbf82648 (diff)
downloadwebsite-1a7fe7b8f9f4b8fd51deb35f5b8ac164af55289f.tar.xz
use .atom file extension for feed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index df5f309..d444268 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ build/%/:
mkdir $@
clean:
- -rm -r $(addprefix build/, $(FILES)) build/journal.xml build/journal build/resources
+ -rm -r $(addprefix build/, $(FILES)) build/journal.atom build/journal build/resources
build/index.html: src/index.rst $(TEMPLATES)
@./scripts/bupa index.html