view summa/bilingual/Makefile @ 97:e45e864fda83

on to Prima Secundi
author ht
date Sat, 01 Nov 2014 15:26:17 +0000
parents 0d4d96e43fd7
children d21fa350baae
line wrap: on
line source

RAW=FS.i
LATIN=../latin/sth2000.html\;../latin/sth2001.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 $@