Skip to content

Commit f167799

Browse files
author
Kai Pischke
committed
remove minutes file
1 parent f82590d commit f167799

2 files changed

Lines changed: 20 additions & 15 deletions

File tree

Makefile

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ PANDOC = pandoc
33
PDF_ENGINE = xelatex
44
FONT_SIZE = 11pt
55
HEADER = config/header.tex
6-
SIMPLE_HEADER = config/header-simple.tex
76
LINK_FILTER = config/custom-links.lua
87

98
# Source and output files
@@ -12,11 +11,8 @@ BUILD_FOLDER = build
1211
# Formal documents (numbered sections, TOC, line numbering)
1312
FORMAL_DOCS = statutes statuts rules-of-procedure internal-regulations manifesto code-of-conduct
1413

15-
# Simple documents (no numbered sections, no TOC, no line numbering)
16-
SIMPLE_DOCS = minutes
17-
1814
# Default target
19-
all: $(foreach doc,$(FORMAL_DOCS),$(BUILD_FOLDER)/$(doc).pdf) $(foreach doc,$(SIMPLE_DOCS),$(BUILD_FOLDER)/$(doc).pdf)
15+
all: $(foreach doc,$(FORMAL_DOCS),$(BUILD_FOLDER)/$(doc).pdf)
2016

2117
# Ensure the build folder exists
2218
$(BUILD_FOLDER):
@@ -33,15 +29,6 @@ endef
3329

3430
$(foreach doc,$(FORMAL_DOCS),$(eval $(call FORMAL_RULE,$(doc))))
3531

36-
# Rule for simple documents (no numbered sections, no TOC, no line numbering)
37-
# Set the title from the filename (e.g. minutes -> IFLRY Minutes)
38-
define SIMPLE_RULE
39-
$(BUILD_FOLDER)/$(1).pdf: $(1).md $(SIMPLE_HEADER) $(LINK_FILTER) | $(BUILD_FOLDER)
40-
$(PANDOC) $(1).md -o $(BUILD_FOLDER)/$(1).pdf $(PANDOC_COMMON) -H $(SIMPLE_HEADER) -M title="$(2)"
41-
endef
42-
43-
$(eval $(call SIMPLE_RULE,minutes,IFLRY Guide to Taking Minutes))
44-
4532
# Clean target
4633
clean:
4734
rm -rf $(BUILD_FOLDER)

rules-of-procedure.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Rules of Procedure of the International Federation of Liberal Youth
3-
date: As adopted by the 56th General Assembly held in Lima, Peru, 17th-19th October 2025.
3+
date: As adopted by the 58th General Assembly held in Taipei, Taiwan, 11th-14th June 2026.
44
---
55

66
# General Assembly {#ga}
@@ -209,6 +209,24 @@ No roll call or quorum is required for the Pre-Assembly Committee.
209209
## Roll Call
210210
A roll call shall be taken at the opening of each GA session and if requested. It shall be taken in the English alphabetical order of countries in connection with the vote being undertaken.
211211

212+
During the first roll call of the GA, all Member Organisations shall be called regardless of their prior intent to participate, their current standing and whether they are present or not.
213+
214+
In subsequent roll calls, only Member Organisations that were present during the first roll call shall be called regardless of their current standing. If a Member Organisation arrived at a later point and was not called upon, it should signal itself via a point of order at the end of the roll call.
215+
216+
For each Member Organisation, its number of votes and status (good standing, bad standing, suspended) shall be mentioned when it's called.
217+
218+
Before the start of the roll call, the following should be announced:
219+
220+
- The total number of Member Organisations (regardless of their standing) and the total number of votes they have;
221+
- The total number of Member Organisations in good standing and the number of votes they have;
222+
- The required quorums.
223+
224+
At the end of the roll call, the following should be announced:
225+
226+
- The total number of Member Organisations in good standing present and the total number of votes they have;
227+
- Whether the required quorums have been reached;
228+
- The number of votes needed for each type of majority as defined in Article 4: Voting Thresholds of the Statutes.
229+
212230
## List of Speakers
213231
The chairperson may announce a list of speakers and with the consent of the General Assembly declare a list closed. The chairperson may announce a maximum time limit for contributions to the debate.
214232

0 commit comments

Comments
 (0)