explicitly copy the image folder (Mac OSX support)
This commit is contained in:
parent
9beff488f9
commit
fe212a040e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue