Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.jpeg filter=lfs diff=lfs merge=lfs -text
*.jpg filter=lfs diff=lfs merge=lfs -text
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ finalise-constitution: constitution-doc ## Copy the compiled PDF to the main fol
cp out/constitution.pdf constitution/

watch-pdfs: ## Build PDFs upon changes
@commando -c echo constitution | grep --line-buffered Modified | conscript make pdfs
@fswatch --event Updated -o ./constitution/ | xargs -I{} make pdfs
# @commando -c echo constitution | grep --line-buffered Modified | conscript make pdfs

help: ## List all available targets
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A repository containing all the organisational documents related to Fix Planet C

## Mission

Supporting you to find a sustainable fixed point for the planet :)
Working together to find a sustainable fixed point for the planet :)


## Microgrant fund
Expand Down
1 change: 0 additions & 1 deletion constitution/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ You can find our rendered constitution here:

The Markdown files linked from the primary one, `constitution.md` are used to
prepare this PDF.

Loading