diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
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: |