diff options
author | Stian Rødven-Eide <stian@semantica> | 2025-06-01 13:28:55 +0200 |
---|---|---|
committer | Stian Rødven-Eide <stian@semantica> | 2025-06-01 13:28:55 +0200 |
commit | 21c71fc7409101d9771fdbcd54b658b6f7dde710 (patch) | |
tree | 63e9630922a25fd896008799ea50701112fa72cc /annual/2025/Makefile | |
parent | db3d29a4680fc729212e01270281cb9304ec4317 (diff) |
updated 2025 annual again
Diffstat (limited to 'annual/2025/Makefile')
-rw-r--r-- | annual/2025/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/annual/2025/Makefile b/annual/2025/Makefile index 73114b9..e4cb224 100644 --- a/annual/2025/Makefile +++ b/annual/2025/Makefile @@ -31,13 +31,13 @@ include $(ROOT)/lib/Makefile 2025-06-01-annual.pdf: \ minutes.pdf \ annual-report.pdf \ - Balans-och-resultat-2023.pdf \ - revision2023.pdf \ + Balans-och-resultat-2024.pdf \ + revision2024.pdf \ operational-plan.pdf \ short-procedures.pdf pdftk $^ cat output $@ operational-plan-2025.pdf: \ operational-plan.pdf \ - $(ROOT)/by-laws/operational-policy-2023.pdf + $(ROOT)/by-laws/operational-policy-2024.pdf pdftk $^ cat output $@ |