summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2021-07-11 21:14:59 +0000
committerRob Austein <sra@hactrn.net>2021-07-11 21:14:59 +0000
commitd85a1e4e2eaa340dc83938bfda33bf2a9e7f50f6 (patch)
tree151fc40e5cffd55a95a467d66c10b47a9067ca75 /GNUmakefile
parentbfebab9957c63d460874d3ec8f6100f9b49de080 (diff)
More git link cleanup
* Fix Trac "export:" links * Use "about" link for naked repository links so default view is the README.md * Adjust to match new cgit configuration which hides ".git" suffixes
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: