diff options
author | Jonas Smedegaard <dr@jones.dk> | 2009-07-28 01:53:16 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2009-07-28 01:53:16 +0200 |
commit | 56e1c3a3ab2822c9c27d8e1e37052436734be3cc (patch) | |
tree | 546baac39f912456a754eab8adf69a94e3accc56 /Makefile | |
parent | ab0b3b284c3f66271c49dc6f1f58b5bccb3c84ec (diff) |
Update makefile to make PDFs
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 \ |