From 56e1c3a3ab2822c9c27d8e1e37052436734be3cc Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 28 Jul 2009 01:53:16 +0200 Subject: Update makefile to make PDFs --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c9fcfaa..2f0ed5d 100644 --- a/Makefile +++ b/Makefile @@ -17,13 +17,13 @@ s5 = $(BUILDDIR)/index.html #htmlreports = $(BUILDDIR)/report.html #pdfreports = $(BUILDDIR)/report.pdf -#extrafiles += $(BUILDDIR)/db-now.pdf +extrafiles += $(patsubst %,$(BUILDDIR)/%.pdf,deps pkgdeps) #htmlcopyfiles = $(BUILDDIR)/map.png #pdfcopyfiles = $(BUILDDIR)/map.pdf #javacopyfiles = $(patsubst %,$(BUILDDIR)/map/%,freemindbrowser.jar index.html map.mm IBIS_MemberDB.zip) -all: $(s5) $(htmlreports) $(pdfreports) $(javacopyfiles) +all: $(s5) $(htmlreports) $(pdfreports) $(javacopyfiles) $(extrafiles) install: all for f in $(installfiles:$(BUILDDIR)/%=%); do \ -- cgit v1.2.3