summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 9e51aeb..95ca6fe 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -10,7 +10,7 @@ REPO_PATH := /usr/local/git/repositories
all:
tools/extract.py --source-url ${SOURCE_URL}
- ./kludges.py
+ ./kludge-cgit-urls.py
cd pelican; pelican --output website --settings pelicanconf.py --fatal errors content
fetch: