From fe212a040e1d79b6f0963dd3a7dd6d59a4f6f254 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Thu, 9 Jan 2014 16:01:20 +0100 Subject: [PATCH] explicitly copy the image folder (Mac OSX support) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5c547ef..fe5fc74 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ book: $(OUTDIR) $(PDFDIR) $(GITINFO) cp lilysettings.ly $(OUTDIR)/ cp headfoot.tex $(OUTDIR)/ cp settings.tex $(OUTDIR)/ - cp -r images/ $(OUTDIR)/ + cp -r images/ $(OUTDIR)/images/ cp $(GITINFO) $(OUTDIR)/ $(LILY_PDF) $(OUTDIR)/$(FILE).lytex $(PDF)