view summa/bilingual/Makefile @ 108:a576afa4a039

Through Q19
author ht
date Sun, 17 Apr 2016 17:19:25 +0000
parents d21fa350baae
children
line wrap: on
line source

RAW=FS.ii
LATIN=../latin/sth2006.html

%.html: /home/ht/Documents/Aquinas/summa/english/%.html
	xproc --input source=`cygpath -w $<` merge.xpl lfs=$(LATIN) rawpart=$(RAW) > $@ 2>log

%.pdf: %.html
	d=`pwd` && n=$${d##*/} &&\
	/c/Program\ Files\ \(x86\)/Prince/Engine/bin/prince --baseurl=${BASE}/$$n/$< $< -o $@