diff options
author | Rob Austein <sra@hactrn.net> | 2021-07-11 22:47:07 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2021-07-11 22:47:07 +0000 |
commit | 09631677067ded50c95958f02bec7d81e7e0bda7 (patch) | |
tree | 0cfb80a1e54cc2a4ea8997d4261552863b5e8eb7 /GNUmakefile | |
parent | d85a1e4e2eaa340dc83938bfda33bf2a9e7f50f6 (diff) |
Synthetic landing page
Need to copy the landing page hack back into tools/GNUmakefile and
tweak the rule so that we don't regenerate it unless something has
changed (otherwise it'll change every run, because of the generated
date stamp).
But right now it's time for dinner.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 95ca6fe..cd6bc36 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -11,6 +11,7 @@ REPO_PATH := /usr/local/git/repositories all: tools/extract.py --source-url ${SOURCE_URL} ./kludge-cgit-urls.py + (date '+Date: %Y-%m-%d %H:%M'; cat tools/trac-to-pelican-home.md) > pelican/content/trac-to-pelican-home.md cd pelican; pelican --output website --settings pelicanconf.py --fatal errors content fetch: |