aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile6
1 files changed, 3 insertions, 3 deletions
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)