diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-20 17:47:01 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-20 17:47:01 +0200 |
commit | ae0f7768119984ca21238eee31fcb71931970dcb (patch) | |
tree | 6d670f664c3eb657cfab72562d1108f264d75568 /Makefile | |
parent | 3e0a06445b130a68f9a2401b5d8b52e9283b92ec (diff) | |
download | website-ae0f7768119984ca21238eee31fcb71931970dcb.tar.xz |
use pyatom to generate journal feed
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ build/%/: mkdir $@ clean: - -rm -r $(addprefix build/, $(FILES)) build/journal build/resources + -rm -r $(addprefix build/, $(FILES)) build/journal.xml build/journal build/resources build/index.html: src/index.rst @./scripts/bupa index.html |