[lltx] bleeding edge makefile

Will Robertson wspr81 at gmail.com
Sun May 30 12:04:21 CEST 2010


Hi,

I hate updating packages by hand. Here's a makefile to keep all the lualatex packages on the bleeding edge: (assuming it's in a parallel folder to where you've cloned all the packages)

PKG = luainputenc lualibs luamplib luaotfload luatexbase luatextra fontspec

all: $(PKG)

$(PKG):
	cd ../$@; git pull && make install TEXMFROOT=~/Library/texmf/

luatex:
	rsync -rvzctlp rsync://contextgarden.net/minimals/current/bin/luatex/osx-intel/bin/ ~/bin/luatex
	sudo cp ~/bin/luatex/luatex /usr/texbin/luatex
	sudo fmtutil-sys --byengine luatex


-- Will




More information about the lualatex-dev mailing list