summaryrefslogtreecommitdiff
path: root/make-xml.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make-xml.sh')
-rwxr-xr-xmake-xml.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/make-xml.sh b/make-xml.sh
deleted file mode 100755
index dace25c..0000000
--- a/make-xml.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-./list-chapters.sh | while read file
-do
- echo "$file"
- ./convert.sed "$file" | \
- xsltproc --encoding utf-8 --html convert.xsl - > "${file}.xml"
-done