aboutsummaryrefslogtreecommitdiffstats
path: root/board/2024/2024-07-06/Makefile
diff options
context:
space:
mode:
authorGustav Eek <gustav.eek@fripost.org>2024-07-15 11:13:01 +0200
committerGustav Eek <gustav.eek@fripost.org>2024-07-15 11:37:51 +0200
commit93085506d82834ae6b745e0b866f401d0ad3b6cb (patch)
tree69c541f28dc0c0f8dda7df6386d88690a15d0600 /board/2024/2024-07-06/Makefile
parentfa181d3f5c7e09929f0ba2dd7157254caeb603c2 (diff)
Meeting, Jul 2024. Copy write minutes and provide excerpt
Also add excerpt and archiving to Makefile
Diffstat (limited to 'board/2024/2024-07-06/Makefile')
-rw-r--r--board/2024/2024-07-06/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/board/2024/2024-07-06/Makefile b/board/2024/2024-07-06/Makefile
index c2a8a4e..3eb4249 100644
--- a/board/2024/2024-07-06/Makefile
+++ b/board/2024/2024-07-06/Makefile
@@ -1,4 +1,15 @@
MINUTES = minutes agenda
POLICY = board-procedures
+EXCERPTS = excerpt # minute excerpt from encryptede markdown
+
+PDF = 2024-07-06-board # are archived
+
+ALL = agenda.pdf 2024-07-06-board.pdf 2024-07-06-board-excerpt.pdf
include lib/Makefile
+
+2024-07-06-board.pdf: minutes.pdf board-procedures.pdf on-board-procedures.pdf
+ pdftk $^ cat output $@
+
+2024-07-06-board-excerpt.pdf: excerpt.pdf
+ pdftk $^ cat output $@