summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--GNUmakefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 49dff79..5464cf9 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -7,10 +7,14 @@ SOURCE_URL := https://git.cryptech.is/
SOURCE_TRAC_DB := bikeshed.cryptech.is:/home/trac/db/trac.db
SOURCE_TRAC_ATTACHMENTS := bikeshed.cryptech.is:/home/trac/files/attachments
-all:
+all: pelican/content/trac-to-pelican-home.md
tools/extract.py --source-url ${SOURCE_URL}
cd pelican; pelican --output website --settings pelicanconf.py --fatal errors content
+pelican/content/trac-to-pelican-home.md: tools/trac-to-pelican-home.md
+ mkdir -p $(dir $@)
+ (date '+Date: %Y-%m-%d %H:%M'; cat $<) > $@
+
fetch:
rsync -aP --delete ${SOURCE_TRAC_DB} ${SOURCE_TRAC_ATTACHMENTS} .