X-Git-Url: http://git.projectaon.org/?p=project-aon.git;a=blobdiff_plain;f=common%2Fscripts%2Fcopy-xhtml.sh;h=49ec516a16c247ade91501e527fe72a580b167d9;hp=ab24393b4690be127813073941fa9d51810e9241;hb=600bebceef75b28a2e0a4723e09df73c179d66a8;hpb=b64ca08c4a11cae7af256f22c7c54aa24fc9857d diff --git a/common/scripts/copy-xhtml.sh b/common/scripts/copy-xhtml.sh index ab24393..49ec516 100755 --- a/common/scripts/copy-xhtml.sh +++ b/common/scripts/copy-xhtml.sh @@ -11,23 +11,21 @@ if [ ! -d "$AONDIR" ]; then >&2 echo "Please set the AONDIR environment variable" - exit + exit 1 fi CURR_DIR=`pwd` if [ "$AONDIR" -ef "$CURR_DIR" ]; then >&2 echo "Current directory is the same as AONDIR: giving up" - exit + exit 1 fi -book_db="$AONDIR/common/sqlite/bookcodes.db" - for book in $@ do - row=($(sqlite3 -separator ' ' $book_db "select lang, series from bookcodes where book = '$book';")) + row=( $($AONDIR/common/scripts/list-book-info.sh $book) ) - lang=${row[0]} - series=${row[1]} + lang=${row[1]} + series=${row[2]} for format in xhtml xhtml-less-simple do