aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustav Eek <gustav.eek@fripost.org>2019-05-03 14:38:04 +0200
committerGustav Eek <gustav.eek@fripost.org>2019-05-03 14:59:06 +0200
commit55d174fa580514c2f1a7824447a0cab79960b246 (patch)
tree83fa882d52005a24f5251a19c81c49be9200f36c
parent6098c1383674da252fdd2638fd87fbef716c0caa (diff)
Makefile update on agendas
-rw-r--r--agenda/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/agenda/Makefile b/agenda/Makefile
index f84ffb6..3ff045d 100644
--- a/agenda/Makefile
+++ b/agenda/Makefile
@@ -2,11 +2,13 @@
#
# Gustav Eek 2011
+ALL = \
+board-meeting-agenda \
+yearly-meeting-agenda \
+
common-makefile = ../resources/Makefile-common
-all: \
-board-meeting-agenda.pdf \
-yearly-meeting-agenda.pdf \
+all: $(addsuffix .pdf, $(ALL))
%.pdf: %.tex ../preamble/preamble.tex
latex_count=5 ; \
@@ -16,7 +18,7 @@ yearly-meeting-agenda.pdf \
do echo "Rerunning latex...." ; pdflatex $<; latex_count=`expr $$latex_count - 1`; done
send: # sends to fripost.org for publication
- make -f $(common-makefile) send SEND_FILES="$(all)"
+ make -f $(common-makefile) send SEND_FILES="$(ALL)"
clean:
rm *.aux *.bbl *.dvi *.log *.nav *.out *.snm *.toc *~