diff options
author | Stian Rødven-Eide <stian@fripost.org> | 2025-06-01 11:21:52 +0200 |
---|---|---|
committer | Stian Rødven-Eide <stian@fripost.org> | 2025-06-01 11:21:52 +0200 |
commit | db3d29a4680fc729212e01270281cb9304ec4317 (patch) | |
tree | 47085a7d61107c50ce49ab611c5d0110fdfff4c0 /annual/2025/Makefile | |
parent | 6e55edbcb5cae09245b29d84275a12397f86aa03 (diff) |
updated annual 2025
Diffstat (limited to 'annual/2025/Makefile')
-rw-r--r-- | annual/2025/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/annual/2025/Makefile b/annual/2025/Makefile index 1b7680e..73114b9 100644 --- a/annual/2025/Makefile +++ b/annual/2025/Makefile @@ -5,7 +5,7 @@ SLIDES = agenda shortest-procedures MINUTES = minutes REPORTS = annual-report operational-plan short-procedures -TRG = 2024-05-19-annual operational-plan-2024 +TRG = 2025-06-01-annual operational-plan-2025 SUFFIX = .PHONY: allall notes @@ -26,9 +26,9 @@ ALL = \ include $(ROOT)/lib/Makefile -# Specific commands for this year 2024 +# Specific commands for this year 2025 -2024-05-19-annual.pdf: \ +2025-06-01-annual.pdf: \ minutes.pdf \ annual-report.pdf \ Balans-och-resultat-2023.pdf \ @@ -37,7 +37,7 @@ include $(ROOT)/lib/Makefile short-procedures.pdf pdftk $^ cat output $@ -operational-plan-2024.pdf: \ +operational-plan-2025.pdf: \ operational-plan.pdf \ $(ROOT)/by-laws/operational-policy-2023.pdf pdftk $^ cat output $@ |