added 'subseries' and 'xml_file' to output when bookcode is specified on the command...
[project-aon.git] / common / scripts / list-book-info.sh
index e4490d5..3ddd1c2 100755 (executable)
@@ -38,7 +38,12 @@ do
     fi
 
     sqlite3 -column -noheader "$book_db" <<EOF
-      select book, lang, series
+      select
+            book
+            , lang
+            , series
+            , subseries
+            , xml_file
       from bookcodes 
       where book = '$book'
       order by book