changeset 92:0d4d96e43fd7

should dup self to LATEST
author ht
date Sun, 23 Mar 2014 09:05:41 +0000
parents 8578f2a13dcd
children 2f7833be883c
files summa/bilingual/Makefile
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/summa/bilingual/Makefile	Sun Mar 23 09:05:41 2014 +0000
@@ -0,0 +1,9 @@
+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 $@