diff options
author | Rob Austein <sra@hactrn.net> | 2021-02-14 20:26:34 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2021-02-14 20:26:34 +0000 |
commit | 5dc6a6966bb950cb19439e0dc57f77a630254f19 (patch) | |
tree | fcfe103024370e8af437591627a65e86ba830f13 /GNUmakefile | |
parent | 92a5a007277005744740dabd36182410b87b6441 (diff) |
Pelican-ize
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 2136f0b..6298f56 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,5 +1,6 @@ all: ./extract.py + cd pelican; pelican --output website --settings pelicanconf.py --fatal errors content fetch: rsync -aP --delete bikeshed.cryptech.is:/home/trac/db/trac.db bikeshed.cryptech.is:/home/trac/files/attachments . |