Browse Source

Changed standard bible.

master
Silas Vedder 2 years ago
parent
commit
959e6f35e0
  1. 2
      scripts/bible2latex.in
  2. 2
      scripts/word-counter.in

2
scripts/bible2latex.in

@ -27,7 +27,7 @@ exec guile -e '(@ (bible2latex) main)' -s "$0" "$@"
(define-syntax conf
(syntax-rules (else)
((_ (f e)... (else g)) (cond ((flag? f) e)... (else g)))))
(with-bible "jantzen"
(with-bible "elb1871"
(conf ("-h" (help))
("-v" (version))
("-b" (if (flag? "-c")

2
scripts/word-counter.in

@ -30,7 +30,7 @@ exec guile -e '(@ (word-counter) main)' -s "$0" "$@"
(define-syntax conf
(syntax-rules (else)
((_ (f e)... (else g)) (cond ((flag? f) e)... (else g)))))
(with-bible "jantzen"
(with-bible "elb1871"
(conf ("-h" (help))
("-v" (version))
("-c"

Loading…
Cancel
Save