aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNullptrderef <nullptrderef@national.shitposting.agency>2024-02-25 00:01:31 +0100
committerNullptrderef <nullptrderef@national.shitposting.agency>2024-02-25 00:01:31 +0100
commit8e02c24b0c3840929f0309ad30a1b490e72f1407 (patch)
treeaa53a675774d1cff1fd63d3a060e3b46389392bf /Makefile
parent51744d55155d8062236112774245c521c8449fd9 (diff)
downloadtaler-ops-www-8e02c24b0c3840929f0309ad30a1b490e72f1407.tar.gz
taler-ops-www-8e02c24b0c3840929f0309ad30a1b490e72f1407.tar.bz2
taler-ops-www-8e02c24b0c3840929f0309ad30a1b490e72f1407.zip
fix relative links
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 628d63f..8c8d3c9 100644
--- a/Makefile
+++ b/Makefile
@@ -25,8 +25,10 @@ prepare-parcel:
./build-system/pkgmgr run prepare-parcel;
build-parcel:
./build-system/pkgmgr run build-parcel;
+ ./build-system/pkgmgr run fix-parcel-paths;
build-parcel-no-optimize:
./build-system/pkgmgr run build-parcel-no-optimize;
+ ./build-system/pkgmgr run fix-parcel-paths;
postbuild-parcel:
./build-system/pkgmgr run cleanup-parcel;