summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2021-06-02 21:02:46 +0000
committerRob Austein <sra@hactrn.net>2021-06-02 21:02:46 +0000
commit3ed141f8c57962413402c650d81df11553e42df8 (patch)
tree1d33d8da67fe0a0f725cadcf32a82d6f5ea48e52 /GNUmakefile
parenteba06e6d2aa1397611df95243877753e00d9c5f0 (diff)
Feh, just wire in tools/ prefix for now
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 8c5c6b6..49dff79 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -8,7 +8,7 @@ SOURCE_TRAC_DB := bikeshed.cryptech.is:/home/trac/db/trac.db
SOURCE_TRAC_ATTACHMENTS := bikeshed.cryptech.is:/home/trac/files/attachments
all:
- ${HERE}/extract.py --source-url ${SOURCE_URL}
+ tools/extract.py --source-url ${SOURCE_URL}
cd pelican; pelican --output website --settings pelicanconf.py --fatal errors content
fetch: