From bb530807423c077014612398c44929b96851df2a Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Sat, 18 May 2024 22:54:23 +0200 Subject: System. Bugfix library Makefile --- lib/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/Makefile b/lib/Makefile index bb8b55f..2d71261 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -11,7 +11,7 @@ POLICY ?= # will be compiled with *by-laws* template .PHONY: all -ALL = \ +ALL ?= \ $(addsuffix .pdf, $(SLIDES)) \ $(addsuffix .pdf, $(POLICY)) \ $(addsuffix .pdf, $(MINUTES)) \ @@ -29,7 +29,7 @@ $(addsuffix .pdf, $(MINUTES)): %.pdf: %.md $$(test -f $*.yml && echo --metadata-file=$*.yml) \ -o $@ $*.md -$(addsuffix .pdf, $(POLICY)): %.pdf: %.yml %.md +$(addsuffix .pdf, $(POLICY)): %.pdf: %.md pandoc -f markdown -t latex \ --template=fripost-by-laws \ $$(test -f $*.yml && echo --metadata-file=$*.yml) \ @@ -42,7 +42,7 @@ $(addsuffix .pdf, $(POLICY)): %.pdf: %.yml %.md ARCHIVE ?= archive ROOT ?= $(shell git rev-parse --show-toplevel) SUFFIX ?= -$(subst /,,$(dir $(subst $(ROOT),,$(PWD)))) -PDF = $(basename $(wildcard *.pdf)) +PDF ?= $(basename $(wildcard *.pdf)) print: @echo ARCHIVE = $(ARCHIVE) -- cgit v1.2.3