Changed standard bible.
This commit is contained in:
parent
62337dec07
commit
959e6f35e0
@ -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")
|
||||
|
@ -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…
x
Reference in New Issue
Block a user