view summa/bilingual/Makefile @ 92:0d4d96e43fd7

should dup self to LATEST
author ht
date Sun, 23 Mar 2014 09:05:41 +0000
parents
children e45e864fda83
line wrap: on
line source

RAW=FP.ix
LATIN=../latin/sth1075.html\;../latin/sth1077.html\;../latin/sth1084.html\;../latin/sth1090.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 $@