From 034033d5b859a01531a5671662616473559eebfd Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 12 Jul 2021 04:12:56 +0000 Subject: Tweak trac-to-pelican-home rule --- GNUmakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 7fbdb88..c1948e5 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -8,13 +8,13 @@ REPO_HOST := bikeshed.cryptech.is REPO_PATH := /usr/local/git/repositories -all: pelican/content/trac-to-pelican-home.md +all: trac-to-pelican-home.md tools/extract.py --source-url ${SOURCE_URL} + ln -f trac-to-pelican-home.md pelican/content/trac-to-pelican-home.md ./kludge-cgit-urls.py 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 $@) +trac-to-pelican-home.md: tools/trac-to-pelican-home.md (date '+Date: %Y-%m-%d %H:%M'; cat $<) > $@ fetch: -- cgit v1.2.3