summaryrefslogtreecommitdiff
path: root/gen-bible.sh
blob: c4eb50e04e672beafd9b90c4490037b09fa52385 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

./list-chapters.sh | while read file
do
	echo "$file"
	./convert.sed "$file" | \
		xsltproc --encoding utf-8 --html convert.xsl - > "${file}.xml"
done
./concat.sh > elberfelder2006.xml

zip elberfelder2006.zip elberfelder2006.xml