diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-02-24 00:13:15 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-02-24 00:13:15 +0100 |
commit | 1a7fe7b8f9f4b8fd51deb35f5b8ac164af55289f (patch) | |
tree | 6e81efb27d9c622547dc1c38c2fb4bdfe12bc0ec /Makefile | |
parent | e7f27b935fd8a18f954275a99554c1a1bbf82648 (diff) | |
download | website-1a7fe7b8f9f4b8fd51deb35f5b8ac164af55289f.tar.xz |
use .atom file extension for feed
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |